From f49cf1a7926369edec993c48cd34256a73b57e69 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 18 May 2002 17:52:35 +0000 Subject: added some descs for Glibc and E2fsprogs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/glibc-desc.xml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'appendixa/glibc-desc.xml') diff --git a/appendixa/glibc-desc.xml b/appendixa/glibc-desc.xml index 25eebcd4c..75b630f10 100644 --- a/appendixa/glibc-desc.xml +++ b/appendixa/glibc-desc.xml @@ -177,32 +177,44 @@ lines. memory usage of a program. libnsl, libnsl_p -No description is currently available. +libnsl is the network services library. libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis, libnss_nisplus -No description is currently available. +The basic idea is to put the implementation of the different services +offered to access the databases in separate modules. This has some +advantages: + +Contributors can add new services without adding them to +GNU C Library. +The modules can be updated separately. +The C library image is smaller. + libpcprofile No description is currently available. libpthread, libpthread_p -No description is currently available. +The POSIX threads library. libresolv, libresolv_p -No description is currently available. +Functions in this library provide for creating, sending, and +interpreting packets to the Internet domain name servers. librpcsvc, librpcsvc_p -No description is currently available. +Functions in this library provide miscellaneous RPC services. librt, librt_p -No description is currently available. +Functions in this library provide most of the interfaces specified by +the POSIX.1b Realtime Extension. libthread_db -No description is currently available. +Functions is this library are useful for building debuggers for +multi-threaded programs. -libutil, libutil -No description is currently available. +libutil, libutil_p +Contains code for "standard" functions used in many different unix +utilities. -- cgit v1.2.3-54-g00ecf