| Summary: | [Patch] Fix typo in porters-handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Po-Chien Lin <linpc> | ||||
| Component: | Books & Articles | Assignee: | Isabell Long <issyl0> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Po-Chien Lin
2012-12-29 16:40:00 UTC
Responsible Changed From-To: freebsd-doc->issyl0 I'll take it. Author: issyl0 Date: Mon Dec 31 17:57:48 2012 New Revision: 40524 URL: http://svnweb.freebsd.org/changeset/doc/40524 Log: Add a missing blank space in the porter's handbook: "usedin" -> "used in". PR: docs/174811 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Approved by: gabor (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 31 16:50:59 2012 (r40523) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 31 17:57:48 2012 (r40524) @@ -4931,7 +4931,7 @@ PORTVERSION= 1.0</programlisting> .endif</programlisting> <para>Here are some handy variables and how they are expanded - by default when usedin the + by default when used in the <filename>Makefile</filename>:</para> <itemizedlist> _______________________________________________ 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! |