From a1a7f4f337b99bc16ce9d0f539d7a7f4f0fa4a51 Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 4 Jul 2005 21:32:47 +0000 Subject: 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 --- chapter05/toolchaintechnotes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/toolchaintechnotes.xml') 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 -dlopen man page for more information). +programming interface of the dynamic linker (see dlopen(3) +for more information). Dynamic linking is the default on Linux and has three major advantages over static linking. First, only one copy of the executable -- cgit v1.2.3-54-g00ecf