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
This commit is contained in:
Mathieu Arnold 2015-09-09 13:02:06 +00:00
parent 00d15b7791
commit b9c74f73a5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47395
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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>