svn commit: r44603 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Warren Block
wblock at FreeBSD.org
Fri Apr 18 14:47:23 UTC 2014
Author: wblock
Date: Fri Apr 18 14:47:22 2014
New Revision: 44603
URL: http://svnweb.freebsd.org/changeset/doc/44603
Log:
Make some wording more explicit.
Reviewed by: mat
Modified:
head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Apr 18 12:06:38 2014 (r44602)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Apr 18 14:47:22 2014 (r44603)
@@ -3866,7 +3866,7 @@ SUB_LIST+= OPT1="@comment " NO_OPT1=""
<varname>USE_<replaceable>KEY</replaceable></varname>
variable will be set to <replaceable>value</replaceable>.
If <replaceable>value</replaceable> has spaces in it,
- replace them with commas, they will get back as spaces
+ replace them with commas, they will be changed back to spaces
during processing. For example:</para>
<programlisting>OPTIONS_DEFINE= OPT1
More information about the svn-doc-all
mailing list