diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 21:32:47 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 21:32:47 +0000 |
commit | a1a7f4f337b99bc16ce9d0f539d7a7f4f0fa4a51 (patch) | |
tree | 762b40b3ca0cb703e9be4186870ff9158df61b44 /chapter05/toolchaintechnotes.xml | |
parent | ae318839a8635e3dab5d60cd53bd7ab962b9631c (diff) |
Brought (hopefully) all references of man/info pages into conformity. Updated typography to reflect this.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/toolchaintechnotes.xml')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 6e4d54afb..802e6cf4d 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -194,8 +194,8 @@ included in the executable, resulting in a rather bulky program. When a program is dynamically linked, it includes a reference to the dynamic linker, the name of the library, and the name of the function, resulting in a much smaller executable. A third option is to use the -programming interface of the dynamic linker (see the -<emphasis>dlopen</emphasis> man page for more information).</para> +programming interface of the dynamic linker (see <filename>dlopen(3)</filename> +for more information).</para> <para>Dynamic linking is the default on Linux and has three major advantages over static linking. First, only one copy of the executable |