From nobody@FreeBSD.org  Fri Dec 28 21:50:30 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8CBBA578
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Dec 2012 21:50:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 73E168FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Dec 2012 21:50:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBSLoUXv000380
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Dec 2012 21:50:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qBSLoUqk000379;
	Fri, 28 Dec 2012 21:50:30 GMT
	(envelope-from nobody)
Message-Id: <201212282150.qBSLoUqk000379@red.freebsd.org>
Date: Fri, 28 Dec 2012 21:50:30 GMT
From: Cody Rank <codyrank@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: man page for ln is missing a word
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174787
>Category:       docs
>Synopsis:       man page for ln is missing a word
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 28 22:00:00 UTC 2012
>Closed-Date:    Mon Dec 31 00:52:37 UTC 2012
>Last-Modified:  Mon Dec 31 01:00:01 UTC 2012
>Originator:     Cody Rank
>Release:        OS X
>Organization:
>Environment:
Darwin Codys-Mac-mini.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64
>Description:
The compatibility section of the man page for ln is missing the word "a":

"The -F option is FreeBSD extention and should not be used in portable scripts."
should be:
"The -F option is a FreeBSD extention and should not be used in portable scripts."
>How-To-Repeat:
"man ln", scroll to bottom
>Fix:
for bin/ln/ln.1:

--- ln.1.orig	2012-12-28 13:40:26.000000000 -0800
+++ ln.1	2012-12-28 13:40:19.000000000 -0800
@@ -291,7 +291,7 @@
 .Pp
 The
 .Fl F
-option is
+option is a
 .Fx
 extension and should not be used in portable scripts.
 .Sh SEE ALSO


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Fri Dec 28 22:06:48 UTC 2012 
State-Changed-Why:  
Patched in head.  Thanks! 



Class-Changed-From-To: sw-bug->doc-bug 
Class-Changed-By: gjb 
Class-Changed-When: Fri Dec 28 22:06:48 UTC 2012 
Class-Changed-Why:  
Doc bug. 



Responsible-Changed-From-To: freebsd-bugs->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Fri Dec 28 22:06:48 UTC 2012 
Responsible-Changed-Why:  
Take. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=174787 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/174787: commit references a PR
Date: Fri, 28 Dec 2012 22:06:40 +0000 (UTC)

 Author: gjb (doc,ports committer)
 Date: Fri Dec 28 22:06:33 2012
 New Revision: 244791
 URL: http://svnweb.freebsd.org/changeset/base/244791
 
 Log:
   Fix wording nit.
   
   PR:		174787
   Submitted by:	Cody Rank
   MFC after:	3 days
 
 Modified:
   head/bin/ln/ln.1
 
 Modified: head/bin/ln/ln.1
 ==============================================================================
 --- head/bin/ln/ln.1	Fri Dec 28 21:59:47 2012	(r244790)
 +++ head/bin/ln/ln.1	Fri Dec 28 22:06:33 2012	(r244791)
 @@ -291,7 +291,7 @@ implementations.
  .Pp
  The
  .Fl F
 -option is
 +option is a
  .Fx
  extension and should not be used in portable scripts.
  .Sh SEE ALSO
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Mon Dec 31 00:52:25 UTC 2012 
State-Changed-Why:  
MFC complete. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=174787 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/174787: commit references a PR
Date: Mon, 31 Dec 2012 00:52:06 +0000 (UTC)

 Author: gjb (doc,ports committer)
 Date: Mon Dec 31 00:51:57 2012
 New Revision: 244875
 URL: http://svnweb.freebsd.org/changeset/base/244875
 
 Log:
   MFC r244791:
    - Fix wording nit.
   
   PR:		174787
   Submitted by:	Cody Rank
 
 Modified:
   stable/9/bin/ln/ln.1
 Directory Properties:
   stable/9/bin/ln/   (props changed)
 
 Modified: stable/9/bin/ln/ln.1
 ==============================================================================
 --- stable/9/bin/ln/ln.1	Sun Dec 30 23:06:09 2012	(r244874)
 +++ stable/9/bin/ln/ln.1	Mon Dec 31 00:51:57 2012	(r244875)
 @@ -227,7 +227,7 @@ implementations.
  .Pp
  The
  .Fl F
 -option is
 +option is a
  .Fx
  extension and should not be used in portable scripts.
  .Sh SEE ALSO
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/174787: commit references a PR
Date: Mon, 31 Dec 2012 00:52:29 +0000 (UTC)

 Author: gjb (doc,ports committer)
 Date: Mon Dec 31 00:52:16 2012
 New Revision: 244876
 URL: http://svnweb.freebsd.org/changeset/base/244876
 
 Log:
   MFC r244791:
    - Fix wording nit.
   
   PR:		174787
   Submitted by:	Cody Rank
 
 Modified:
   stable/8/bin/ln/ln.1
 Directory Properties:
   stable/8/bin/ln/   (props changed)
 
 Modified: stable/8/bin/ln/ln.1
 ==============================================================================
 --- stable/8/bin/ln/ln.1	Mon Dec 31 00:51:57 2012	(r244875)
 +++ stable/8/bin/ln/ln.1	Mon Dec 31 00:52:16 2012	(r244876)
 @@ -227,7 +227,7 @@ implementations.
  .Pp
  The
  .Fl F
 -option is
 +option is a
  .Fx
  extention and should not be used in portable scripts.
  .Sh SEE ALSO
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
