Remove periods at the end of the "Installed ..." lists in template

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24054 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2021-01-02 17:11:45 +00:00
parent 7c3e63df9a
commit d429f8af64

View File

@ -383,16 +383,19 @@ EOF</userinput></screen>
<seglistitem>
<seg>
PROGRAM1, PROGRAM2 and PROGRAM3.
PROGRAM1, PROGRAM2 and PROGRAM3<!-- no period here since it is not
a sentence -->
</seg>
<seg>
libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so<!-- no period here
since it is not a sentence -->
</seg>
<seg>
/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
/usr/share/TEMPLATE-&TEMPLATE-version;,
/usr/share/doc/TEMPLATE-&TEMPLATE-version; and
/var/lib/TEMPLATE.
/var/lib/TEMPLATE<!-- no period here
since it is not a sentence -->
</seg>
</seglistitem>
</segmentedlist>