2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Close para tags in listitems.

This commit is contained in:
Daniel
2016-02-25 18:27:22 +00:00
parent d9417960f9
commit 596f45dab5

View File

@@ -938,7 +938,7 @@ using gcc : &toolset_ops; ;</programlisting>
libraries. Normally, it is autodetected using gcc
<command>-print-prog-name</command> option or defaulted to <command>ar</command>,
but in some cases you might want to override it, for example to expliitly
use a system version instead of one included with gcc.
use a system version instead of one included with gcc.</para>
</listitem>
</varlistentry>
@@ -950,7 +950,7 @@ using gcc : &toolset_ops; ;</programlisting>
for static libraries. Normally, it is autodetected using gcc
<command>-print-prog-name</command> option or defaulted to <command>ranlib</command>,
but in some cases you might want to override it, for example to expliitly
use a system version instead of one included with gcc.
use a system version instead of one included with gcc.</para>
</listitem>
</varlistentry>