From b8a819fd7bca2d339d92375130c556cca465aa1d Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 24 May 2004 21:37:26 +0000 Subject: Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 204 ++++++++++++++++++++++++++-------------------------- 1 file changed, 103 insertions(+), 101 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 40bc3b3a9..bb2921041 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -195,13 +195,15 @@ or Canada/Eastern. Then create the The meaning of the option: - ---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 example, when booted into single -user mode. - + + +--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 +example, when booted into single user mode. + + Of course, instead of Canada/Eastern, fill in the name of the time zone that the tzselect script @@ -262,8 +264,8 @@ and libutil.[a,so] Short descriptions - -catchsegv + +catchsegv catchsegv can be used to create a stack trace @@ -271,64 +273,64 @@ when a program terminates with a segmentation fault. - -gencat + +gencat gencat generates message catalogues. - -getconf + +getconf getconf displays the system configuration values for file system specific variables. - -getent + +getent getent gets entries from an administrative database. - -glibcbug + +glibcbug glibcbug creates a bug report and mails it to the bug email address. - -iconv + +iconv iconv performs character set conversion. - -iconvconfig + +iconvconfig iconvconfig creates fastloading iconv module configuration file. - -ldconfig + +ldconfig ldconfig configures the dynamic linker runtime bindings. - -ldd + +ldd ldd reports which shared libraries are required @@ -336,16 +338,16 @@ by each given program or shared library. - -lddlibc4 + +lddlibc4 lddlibc4 assists ldd with object files. - -locale + +locale locale is a Perl program that tells the compiler @@ -353,24 +355,24 @@ to enable or disable the use of POSIX locales for built-in operations. - -localedef + +localedef localedef compiles locale specifications. - -mtrace + +mtrace mtrace ... - -nscd + +nscd nscd is a name service cache daemon providing a @@ -378,24 +380,24 @@ cache for the most common name service requests. - -nscd_nischeck + +nscd_nischeck nscd_nischeck checks whether or not secure mode is necessary for NIS+ lookup. - -pcprofiledump + +pcprofiledump pcprofiledump dumps information generated by PC profiling. - -pt_chown + +pt_chown pt_chown is a helper program for grantpt to set @@ -403,24 +405,24 @@ the owner, group and access permissions of a slave pseudo terminal. - -rpcgen + +rpcgen rpcgen generates C code to implement the RPC protocol. - -rpcinfo + +rpcinfo rpcinfo makes an RPC call to an RPC server. - -sln + +sln sln is used to make symbolic links. The program @@ -429,16 +431,16 @@ libraries if the dynamic linking system for some reason is nonfunctional. - -sprof + +sprof sprof reads and displays shared object profiling data. - -tzselect + +tzselect tzselect asks the user about the location of the @@ -446,8 +448,8 @@ system and reports the corresponding time zone description. - -xtrace + +xtrace xtrace traces the execution of a program by @@ -455,56 +457,56 @@ printing the currently executed function. - -zdump + +zdump zdump is the time zone dumper. - -zic + +zic zic is the time zone compiler. - -ld.so + +ld.so ld.so is the helper program for shared library executables. - -libBrokenLocale + +libBrokenLocale libBrokenLocale is used by programs, such as Mozilla, to solve broken locales. - -libSegFault + +libSegFault libSegFault is a segmentation fault signal handler. It tries to catch segfaults. - -libanl + +libanl libanl is an asynchronous name lookup library. - -libbsd-compat + +libbsd-compat libbsd-compat provides the portability needed @@ -512,64 +514,64 @@ in order to run certain BSD programs under Linux. - -libc + +libc libc is the main C library -- a collection of commonly used functions. - -libcrypt + +libcrypt libcrypt is the cryptography library. - -libdl + +libdl libdl is the dynamic linking interface library. - -libg + +libg libg is a runtime library for g++. - -libieee + +libieee libieee is the IEEE floating point library. - -libm + +libm libm is the mathematical library. - -libmcheck + +libmcheck libmcheck contains code run at boot. - -libmemusage + +libmemusage libmemusage is used by memusage to help collect @@ -577,16 +579,16 @@ information about the memory usage of a program. - -libnsl + +libnsl libnsl is the network services library. - -libnss* + +libnss* libnss* are the Name Service Switch libraries, @@ -595,8 +597,8 @@ aliases, services, protocols,and the like. - -libpcprofile + +libpcprofile libpcprofile contains profiling functions used @@ -604,16 +606,16 @@ to track the amount of CPU time spent in which source code lines. - -libpthread + +libpthread libpthread is the POSIX threads library. - -libresolv + +libresolv libresolv contains functions for creating, @@ -621,16 +623,16 @@ sending, and interpreting packets to the Internet domain name servers. - -librpcsvc + +librpcsvc librpcsvc contains functions providing miscellaneous RPC services. - -librt + +librt librt contains functions providing most of the @@ -638,8 +640,8 @@ interfaces specified by the POSIX.1b Realtime Extension. - -libthread_db + +libthread_db libthread_db contains functions useful for @@ -647,8 +649,8 @@ building debuggers for multi-threaded programs. - -libutil + +libutil libutil contains code for "standard" functions used in many different Unix utilities. -- cgit v1.2.3-54-g00ecf