diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-03-07 16:32:22 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-03-07 16:32:22 +0000 |
commit | 62a7d13816f413cce21284b3d88c82bbc0fd020f (patch) | |
tree | ecfdebef4da2fa2512d53416241b7f41c26dac09 /en_US.ISO8859-1/books/handbook/linuxemu | |
parent | 1c05a644f3586540e1690e93a49e0f2af66b4473 (diff) | |
download | doc-62a7d13816f413cce21284b3d88c82bbc0fd020f.tar.gz doc-62a7d13816f413cce21284b3d88c82bbc0fd020f.zip |
Created a new set of entities for manual pages.
The construct:
<citerefentry>
<refentrytitle>foobar</refentrytitle>
<manvolnum>1</manvolnum>
</citerefentry>
is a pain to type, and messes up the pretty-printing of the source code.
Replace every occurence of a entry like that with:
&man.foobar.1;
Adjusting the manual page name and section number appropriately.
The definitions for these entities are stored in man-refs.ent. This
file is in doc/share/sgml because it is not just specific to the Handbook.
I expect the DocBook'd FAQ and Tutorials (coming RSN) to use them as
well.
A new PUBLIC identifier has been created for these entities, and added to
the catalog file.
Notes
Notes:
svn path=/head/; revision=4471
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/linuxemu')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml index a90d279f6d..afb9ebf04a 100644 --- a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml @@ -404,7 +404,7 @@ libc.so.4 (DLL Jump 4.5pl26) => /lib/libc.so.4.6.29</screen> check if it needs shared libraries, and if so, whether you have them installed in the <filename>/compat/linux</filename> tree. To do this, you run the Linux version <command>ldd</command> on the new program, - and watch its output. <command>ldd</command> (see also the manual page for <citerefentry><refentrytitle>ldd</refentrytitle><manvolnum>1</manvolnum></citerefentry>) + and watch its output. <command>ldd</command> (see also the manual page for &man.ldd.1;) will print a list of shared libraries that the program depends on, in the form <literal><replaceable>majorname</replaceable> (<replaceable>jumpversion</replaceable>) => <replaceable>fullname</replaceable></literal>.</para> @@ -433,10 +433,7 @@ Abort</screen> <para>To help the FreeBSD kernel distinguish between a FreeBSD ELF - binary from a Linux binary, use the <citerefentry> - <refentrytitle>brandelf</refentrytitle> - <manvolnum>1</manvolnum> - </citerefentry> utility.</para> + binary from a Linux binary, use the &man.brandelf.1; utility.</para> <screen>&prompt.user; <userinput>brandelf -t Linux my-linux-elf-binary</userinput></screen> |