From bb55064a0b6cb7c96059cc6ea9fae49f709fc746 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 13 Jun 2004 19:25:16 +0000 Subject: Tags corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 78 ++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 854931cd8..b29676594 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -33,7 +33,7 @@ Gawk, GCC, Gettext, Grep, Make, Perl, Sed, Texinfo The Glibc build system is very well self-contained and will install perfectly, even though our compiler specs file and linker are still pointing -at /tools. We cannot adjust the specs and linker before +at /tools. We cannot adjust the specs and linker before the Glibc install, because the Glibc autoconf tests would then give bogus results and thus defeat our goal of achieving a clean build. @@ -57,9 +57,9 @@ cd ../glibc-build ---libexecdir=/tmp/pt_chown +--libexecdir=/tmp/pt_chown This changes -the location of the pt_chown program from its default of +the location of the pt_chown program from its default of /usr/libexec to /tmp/pt_chown. This program isn't required on modern systems, so we install it in a place from which we will delete it @@ -134,7 +134,7 @@ Numerous unofficial and unstable patches are required to fix these problems, and it has been decided not to support such complex locales. This applies to the ja_JP and fa_IR locales as well: they have been installed only -for gcc and gettext tests to pass, and e.g. +for GCC and Gettext tests to pass, and e.g. the watch program (part of Procps) compiled according to this book doesn't work properly in them. Various attempts to circumvent these @@ -164,7 +164,7 @@ to be set up. Create a new file /etc/nsswitch.conf by running the following: -cat > /etc/nsswitch.conf << "EOF" +cat > /etc/nsswitch.conf << "EOF" # Begin /etc/nsswitch.conf passwd: files @@ -180,7 +180,7 @@ ethers: files rpc: files # End /etc/nsswitch.conf -EOF +EOF To find out what time zone you're in, run the following script: @@ -197,10 +197,10 @@ or Canada/Eastern. Then create the ---remove-destination +--remove-destination This is needed to force removal of the already existing symbolic link. The reason why we copy instead of symlink is to cover the situation where -/usr is on a separate partition. This could matter, for +/usr is on a separate partition. This could matter, for example, when booted into single user mode. @@ -217,7 +217,7 @@ gave you. /etc/ld.so.conf By default, the dynamic loader -(/lib/ld-linux.so.2) searches through /lib/ld-linux.so.2) searches through /lib and /usr/lib for dynamic libraries that are needed by programs when you run them. However, if there are libraries in @@ -232,14 +232,14 @@ dynamic loader's search path. Create a new file /etc/ld.so.conf by running the following: -cat > /etc/ld.so.conf << "EOF" +cat > /etc/ld.so.conf << "EOF" # Begin /etc/ld.so.conf /usr/local/lib /opt/lib # End /etc/ld.so.conf -EOF +EOF @@ -317,7 +317,7 @@ when a program terminates with a segmentation fault. iconvconfig iconvconfig -creates fastloading iconv module configuration file. +creates fastloading iconv module configuration file. @@ -342,7 +342,7 @@ by each given program or shared library. lddlibc4 lddlibc4 -assists ldd with object files. +assists ldd with object files. @@ -474,7 +474,7 @@ printing the currently executed function. -ld.so +ld.so ld.so is the helper program for shared library executables. @@ -482,7 +482,7 @@ printing the currently executed function. -libBrokenLocale +libBrokenLocale libBrokenLocale is used by programs, such as Mozilla, to solve broken locales. @@ -490,7 +490,7 @@ printing the currently executed function. -libSegFault +libSegFault libSegFault is a segmentation fault signal handler. It tries to catch segfaults. @@ -498,7 +498,7 @@ printing the currently executed function. -libanl +libanl libanl is an asynchronous name lookup library. @@ -506,7 +506,7 @@ printing the currently executed function. -libbsd-compat +libbsd-compat libbsd-compat provides the portability needed @@ -515,7 +515,7 @@ in order to run certain BSD programs under Linux. -libc +libc libc is the main C library -- a collection of commonly used functions. @@ -523,7 +523,7 @@ in order to run certain BSD programs under Linux. -libcrypt +libcrypt libcrypt is the cryptography library. @@ -531,7 +531,7 @@ in order to run certain BSD programs under Linux. -libdl +libdl libdl is the dynamic linking interface library. @@ -539,15 +539,15 @@ in order to run certain BSD programs under Linux. -libg +libg libg -is a runtime library for g++. +is a runtime library for g++. -libieee +libieee libieee is the IEEE floating point library. @@ -555,7 +555,7 @@ in order to run certain BSD programs under Linux. -libm +libm libm is the mathematical library. @@ -563,7 +563,7 @@ in order to run certain BSD programs under Linux. -libmcheck +libmcheck libmcheck contains code run at boot. @@ -571,16 +571,16 @@ in order to run certain BSD programs under Linux. -libmemusage +libmemusage libmemusage -is used by memusage to help collect +is used by memusage to help collect information about the memory usage of a program. -libnsl +libnsl libnsl is the network services library. @@ -588,17 +588,17 @@ information about the memory usage of a program. -libnss* +libnss* libnss* are the Name Service Switch libraries, containing functions for resolving host names, user names, group names, -aliases, services, protocols,and the like. +aliases, services, protocols, and the like. -libpcprofile +libpcprofile libpcprofile contains profiling functions used @@ -607,7 +607,7 @@ to track the amount of CPU time spent in which source code lines. -libpthread +libpthread libpthread is the POSIX threads library. @@ -615,7 +615,7 @@ to track the amount of CPU time spent in which source code lines. -libresolv +libresolv libresolv contains functions for creating, @@ -624,7 +624,7 @@ sending, and interpreting packets to the Internet domain name servers. -librpcsvc +librpcsvc librpcsvc contains functions providing miscellaneous RPC services. @@ -632,7 +632,7 @@ sending, and interpreting packets to the Internet domain name servers. -librt +librt librt contains functions providing most of the @@ -641,7 +641,7 @@ interfaces specified by the POSIX.1b Realtime Extension. -libthread_db +libthread_db libthread_db contains functions useful for @@ -650,10 +650,10 @@ building debuggers for multi-threaded programs. -libutil +libutil libutil -contains code for "standard" functions used in many different Unix utilities. +contains code for standard functions used in many different Unix utilities. -- cgit v1.2.3-54-g00ecf