svn commit: r47395 - in head/en_US.ISO8859-1/books/porters-handbook: pkg-files plist
Mathieu Arnold
mat at FreeBSD.org
Wed Sep 9 13:02:07 UTC 2015
Author: mat
Date: Wed Sep 9 13:02:06 2015
New Revision: 47395
URL: https://svnweb.freebsd.org/changeset/doc/47395
Log:
Spaces inside literal are ignored, and at least, not shown as they
should, so for now, describe "@keyword " with "@keyword followed by a
space".
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml
head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:01:54 2015 (r47394)
+++ head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:02:06 2015 (r47395)
@@ -179,7 +179,8 @@
<varname>LOCALBASE</varname>, <varname>DATADIR</varname>,
<varname>DOCSDIR</varname>, <varname>EXAMPLESDIR</varname>,
<varname>WWWDIR</varname>, and <varname>ETCDIR</varname>. Any
- line beginning with <literal>@comment </literal> will be deleted
+ line beginning with <literal>@comment</literal> folowed by a
+ space, will be deleted
from resulting files after a variable substitution.</para>
<para>This example replaces
Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Sep 9 13:01:54 2015 (r47394)
+++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Sep 9 13:02:06 2015 (r47395)
@@ -190,8 +190,9 @@ PLIST_SUB+= X11I386="@comment "
<para>If there is a very good reason not to install a working
configuration file by default, only list the sample filename in
- <filename>pkg-plist</filename>, without the <literal>@sample
- </literal> part, and add a <link
+ <filename>pkg-plist</filename>, without the
+ <literal>@sample</literal> followed by a space part, and add a
+ <link
linkend="porting-message">message</link> pointing out that the
user must copy and edit the file before the software will
work.</para>
More information about the svn-doc-head
mailing list