| Summary: | Handbook: 5.6 Using the Ports Collection - wrong example | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | knezour |
| Component: | Books & Articles | Assignee: | 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
Responsible Changed From-To: freebsd-doc->eadler I'll take it. 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 Committed. Thanks! |