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:
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
|
|
@ -179,7 +179,8 @@
|
||||||
<varname>LOCALBASE</varname>, <varname>DATADIR</varname>,
|
<varname>LOCALBASE</varname>, <varname>DATADIR</varname>,
|
||||||
<varname>DOCSDIR</varname>, <varname>EXAMPLESDIR</varname>,
|
<varname>DOCSDIR</varname>, <varname>EXAMPLESDIR</varname>,
|
||||||
<varname>WWWDIR</varname>, and <varname>ETCDIR</varname>. Any
|
<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>
|
from resulting files after a variable substitution.</para>
|
||||||
|
|
||||||
<para>This example replaces
|
<para>This example replaces
|
||||||
|
|
|
||||||
|
|
@ -190,8 +190,9 @@ PLIST_SUB+= X11I386="@comment "
|
||||||
|
|
||||||
<para>If there is a very good reason not to install a working
|
<para>If there is a very good reason not to install a working
|
||||||
configuration file by default, only list the sample filename in
|
configuration file by default, only list the sample filename in
|
||||||
<filename>pkg-plist</filename>, without the <literal>@sample
|
<filename>pkg-plist</filename>, without the
|
||||||
</literal> part, and add a <link
|
<literal>@sample</literal> followed by a space part, and add a
|
||||||
|
<link
|
||||||
linkend="porting-message">message</link> pointing out that the
|
linkend="porting-message">message</link> pointing out that the
|
||||||
user must copy and edit the file before the software will
|
user must copy and edit the file before the software will
|
||||||
work.</para>
|
work.</para>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue