diff options
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 |