Bug 177031

Summary: Handbook: 5.6 Using the Ports Collection - wrong example
Product: Documentation Reporter: knezour
Component: Books & ArticlesAssignee: Eitan Adler <eadler>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description knezour 2013-03-16 21:20:00 UTC
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."

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.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2013-03-16 23:04:03 UTC
Responsible Changed
From-To: freebsd-doc->eadler

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-21 12:57:38 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"
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2013-04-24 22:38:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!