From nobody@FreeBSD.org  Sat Mar 16 21:17:59 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 8567AA31
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Mar 2013 21:17:59 +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 60D092C8
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Mar 2013 21:17:59 +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 r2GLHwVc092203
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Mar 2013 21:17:58 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2GLHwLt092202;
	Sat, 16 Mar 2013 21:17:58 GMT
	(envelope-from nobody)
Message-Id: <201303162117.r2GLHwLt092202@red.freebsd.org>
Date: Sat, 16 Mar 2013 21:17:58 GMT
From: Ondra Knezour <knezour@weboutsourcing.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Handbook: 5.6 Using the Ports Collection - wrong example
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177031
>Category:       docs
>Synopsis:       Handbook: 5.6 Using the Ports Collection - wrong example
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 16 21:20:00 UTC 2013
>Closed-Date:    Wed Apr 24 21:38:39 UTC 2013
>Last-Modified:  Wed Apr 24 21:38:39 UTC 2013
>Originator:     Ondra Knezour
>Release:        
>Organization:
>Environment:
>Description:
Handbook page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html contains wrong example for make fetch-recursive option. Sentence "Use makefetch-recursive fetch to fetch all the dependencies of a port." should read "Use make fetch-recursive to fetch all the dependencies of a port."


>How-To-Repeat:

>Fix:
Change sentence Use makefetch-recursive fetch to fetch all the dependencies of a port to Use make fetch-recursive to fetch all the dependencies of a port.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sat Mar 16 23:04:03 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/177031: commit references a PR
Date: Thu, 21 Mar 2013 12:57:38 +0000 (UTC)

 Author: eadler
 Date: Thu Mar 21 12:57:17 2013
 New Revision: 41281
 URL: http://svnweb.freebsd.org/changeset/doc/41281
 
 Log:
   Fix doubling of the doubling of the words.
   Add a space whereone is required.
   
   PR:		docs/177031
   Submitted by:	Ondra Knezour <knezour@weboutsourcing.cz>
   Approved by:	bcr (mentor)
 
 Modified:
   head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Thu Mar 21 12:57:15 2013	(r41280)
 +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Thu Mar 21 12:57:17 2013	(r41281)
 @@ -1453,8 +1453,9 @@ Deinstalling ca_root_nss-3.13.5... done<
  	depends on libraries or other ports, this will
  	<emphasis>not</emphasis> fetch the distfiles of ports
  	from another category.  Use
 -	<command>make<maketarget>fetch-recursive</maketarget>
 -	  <maketarget>fetch</maketarget></command> to fetch
 +	<command>make
 +	  <maketarget>fetch-recursive</maketarget></command>
 +	to fetch
  	all the dependencies of a port.</para>
  
        <note>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Wed Apr 24 21:38:38 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177031 
>Unformatted:
