diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-01 15:02:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-01 15:02:06 +0000 |
commit | 9cb6916f6984ac9e583dff481c76ec3845547cc8 (patch) | |
tree | 2732fedaa6e9d5056ba0e3792b944527e7034184 /appendixa/glibc-desc.xml | |
parent | a20338e3bd6b3d1ccef2d6619102963d810fa3d4 (diff) |
added glibc-shortdesc.xml, removed profiling library descs, changed order of install page (now: contents, dep, install)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/glibc-desc.xml')
-rw-r--r-- | appendixa/glibc-desc.xml | 46 |
1 files changed, 14 insertions, 32 deletions
diff --git a/appendixa/glibc-desc.xml b/appendixa/glibc-desc.xml index 3597c7622..19425a92f 100644 --- a/appendixa/glibc-desc.xml +++ b/appendixa/glibc-desc.xml @@ -2,14 +2,7 @@ <para>Last checked against version &glibc-contversion;.</para> -<sect3><title>Program Files</title> - -<para>catchsegv, gencat, getconf, getent, glibcbug, iconv, iconvconfig, -ldconfig, ldd, lddlibc4, locale, localedef, mtrace, nscd, nscd_nischeck, -pcprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace, -zdump and zic</para></sect3> - -<sect3><title>Descriptions</title> +<sect3><title>Program files descriptions</title> <sect4><title>catchsegv</title> <para>catchsegv can be used to create a stack trace when a program @@ -107,38 +100,27 @@ function.</para></sect4> </sect3> -<sect3><title>Library Files</title> -<para>ld.so, libBrokenLocale.[a,so], libBrokenLocale_p.a, -libSegFault.so, libanl.[a,so], libanl_p.a, libbsd-compat.a, libc.[a,so], -libc_nonshared.a, libc_p.a, libcrypt.[a,so], libcrypt_p.a, libdl.[a,so], -libdl_p.a, libg.a, libieee.a, libm.[a,so], libm_p.a, libmcheck.a, -libmemusage.so, libnsl.a, libnsl_p.a, libnss_compat.so, libnss_dns.so, -libnss_files.so, libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so, -libpcprofile.so, libpthread.[a,so], libpthread_p.a, libresolv.[a,so], -libresolv_p.a, librpcsvc.a, librpcsvc_p.a, librt.[a,so], librt_p.a, -libthread_db.so, libutil.[a,so] and libutil_p.a</para></sect3> - -<sect3><title>Descriptions</title> +<sect3><title>Library files descriptions</title> <sect4><title>ld.so</title> <para>ld.so is the helper program for shared library executables.</para></sect4> -<sect4><title>libBrokenLocale, libBrokenLocale_p</title> +<sect4><title>libBrokenLocale</title> <para>Used by software, such as Mozilla, to solve broken locales.</para></sect4> <sect4><title>libSegFault</title> <para>libSegFault is a segmentation fault signal handler. It tries to catch segfaults.</para></sect4> -<sect4><title>libanl, libanl_p</title> +<sect4><title>libanl</title> <para>libanl is an asynchronous name lookup library.</para></sect4> <sect4><title>libbsd-compat</title> <para>libbsd-compat provides the portability needed in order to run certain programs in Linux.</para></sect4> -<sect4><title>libc, libc_nonshared, libc_p</title> +<sect4><title>libc, libc_nonshared</title> <para>These files constitute the main C library. The C library is a collection of commonly used functions in programs. This way a programmer doesn't need to create his own functions for every @@ -156,10 +138,10 @@ documentation that comes with the C library describes this in more detail, as it is too complicated to explain here in one or two lines.</para></sect4> -<sect4><title>libcrypt, libcrypt_p</title> +<sect4><title>libcrypt</title> <para>libcrypt is the cryptography library.</para></sect4> -<sect4><title>libdl, libdl_p</title> +<sect4><title>libdl</title> <para>libdl is the dynamic linking interface library.</para></sect4> <sect4><title>libg</title> @@ -168,7 +150,7 @@ lines.</para></sect4> <sect4><title>libieee</title> <para>libieee is the IEEE floating point library.</para></sect4> -<sect4><title>libm, libm_p</title> +<sect4><title>libm</title> <para>libm is the mathematical library.</para></sect4> <sect4><title>libmcheck</title> @@ -178,7 +160,7 @@ lines.</para></sect4> <para>libmemusage is used by memusage to help collect information about the memory usage of a program.</para></sect4> -<sect4><title>libnsl, libnsl_p</title> +<sect4><title>libnsl</title> <para>libnsl is the network services library.</para></sect4> <sect4><title>libnss_compat, libnss_dns, libnss_files, @@ -197,17 +179,17 @@ GNU C library,</para></listitem> <para>Code used by the kernel to track CPU time spent in functions, source code lines, and instructions.</para></sect4> -<sect4><title>libpthread, libpthread_p</title> +<sect4><title>libpthread</title> <para>The POSIX threads library.</para></sect4> -<sect4><title>libresolv, libresolv_p</title> +<sect4><title>libresolv</title> <para>Functions in this library provide for creating, sending, and interpreting packets to the Internet domain name servers.</para></sect4> -<sect4><title>librpcsvc, librpcsvc_p</title> +<sect4><title>librpcsvc</title> <para>Functions in this library provide miscellaneous RPC services.</para></sect4> -<sect4><title>librt, librt_p</title> +<sect4><title>librt</title> <para>Functions in this library provide most of the interfaces specified by the POSIX.1b Realtime Extension.</para></sect4> @@ -215,7 +197,7 @@ the POSIX.1b Realtime Extension.</para></sect4> <para>Functions is this library are useful for building debuggers for multi-threaded programs.</para></sect4> -<sect4><title>libutil, libutil_p</title> +<sect4><title>libutil</title> <para>Contains code for "standard" functions used in many different Unix utilities.</para></sect4> |