Properly close a tag.
PR: 28705 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
This commit is contained in:
parent
0b28dda65d
commit
0bdc109b5f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9806
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.153 2001/06/23 01:33:37 brian Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.154 2001/06/23 06:57:06 dd Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
|
@ -1494,8 +1494,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
|
||||||
<para>Assuming <command>cc -shared</command> is used rather than
|
<para>Assuming <command>cc -shared</command> is used rather than
|
||||||
<command>ld</command> directly, the only difference is that you
|
<command>ld</command> directly, the only difference is that you
|
||||||
need to add
|
need to add
|
||||||
<option>-Wl,-<replaceable>soname,libfoo.so.M</replaceable></option
|
<option>-Wl,-<replaceable>soname,libfoo.so.M</replaceable></option>
|
||||||
>
|
|
||||||
on the command line for ELF.</para>
|
on the command line for ELF.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Reference in a new issue