Properly close a tag.

PR:		28705
Submitted by:	Giorgos Keramidas <keramida@ceid.upatras.gr>
This commit is contained in:
Dima Dorfman 2001-07-08 01:09:49 +00:00
parent 0b28dda65d
commit 0bdc109b5f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9806

View file

@ -1,7 +1,7 @@
<!--
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" [
@ -1494,8 +1494,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
<para>Assuming <command>cc -shared</command> is used rather than
<command>ld</command> directly, the only difference is that you
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>
</listitem>
</itemizedlist>