aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-18 17:52:35 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-18 17:52:35 +0000
commitf49cf1a7926369edec993c48cd34256a73b57e69 (patch)
tree9ec6e459d0996d52e9461c7baea1deff346a6317 /appendixa
parent14ac599867adebabefd47ae9570f958a31e0df45 (diff)
added some descs for Glibc and E2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/e2fsprogs-desc.xml12
-rw-r--r--appendixa/glibc-desc.xml30
2 files changed, 29 insertions, 13 deletions
diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml
index 317bc8153..07a9ec71c 100644
--- a/appendixa/e2fsprogs-desc.xml
+++ b/appendixa/e2fsprogs-desc.xml
@@ -54,7 +54,9 @@ filesystems</para></sect4>
file system.</para></sect4>
<sect4><title>mk_cmds</title>
-<para>No description is currently available.</para></sect4>
+<para>The mk_cmds utility takes a command table file as input and produces
+a C source file as output which is intended to be used with the subsystem
+library, libss.</para></sect4>
<sect4><title>mke2fs and mkfs.ext2</title>
<para>mke2fs is used to create a Linux second extended file system on a device
@@ -89,19 +91,21 @@ libuuid.[a,so]</para></sect3>
<sect3><title>Descriptions</title>
<sect4><title>libcom_err</title>
-<para>No description is currently available.</para></sect4>
+<para>The common error display routine.</para></sect4>
<sect4><title>libe2p</title>
<para>No description is currently available.</para></sect4>
<sect4><title>libext2fs</title>
-<para>No description is currently available.</para></sect4>
+<para>The ext2fs library is designed to allow user-level programs to
+manipulate an ext2 filesystem.</para></sect4>
<sect4><title>libss</title>
<para>No description is currently available.</para></sect4>
<sect4><title>libuuid</title>
-<para>No description is currently available.</para></sect4>
+<para>The libuuid library is used to generate unique identifiers for
+objects that may be accessible beyond the local system.</para></sect4>
</sect3>
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.</para></sect4>
memory usage of a program.</para></sect4>
<sect4><title>libnsl, libnsl_p</title>
-<para>No description is currently available.</para></sect4>
+<para>libnsl is the network services library.</para></sect4>
<sect4><title>libnss_compat, libnss_dns, libnss_files,
libnss_hesiod, libnss_nis, libnss_nisplus</title>
-<para>No description is currently available.</para></sect4>
+<para>The basic idea is to put the implementation of the different services
+offered to access the databases in separate modules. This has some
+advantages:</para>
+<itemizedlist>
+<listitem><para>Contributors can add new services without adding them to
+GNU C Library.</para></listitem>
+<listitem><para>The modules can be updated separately.</para></listitem>
+<listitem><para>The C library image is smaller.</para></listitem>
+</itemizedlist></sect4>
<sect4><title>libpcprofile</title>
<para>No description is currently available.</para></sect4>
<sect4><title>libpthread, libpthread_p</title>
-<para>No description is currently available.</para></sect4>
+<para>The POSIX threads library.</para></sect4>
<sect4><title>libresolv, libresolv_p</title>
-<para>No description is currently available.</para></sect4>
+<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>
-<para>No description is currently available.</para></sect4>
+<para>Functions in this library provide miscellaneous RPC services.</para></sect4>
<sect4><title>librt, librt_p</title>
-<para>No description is currently available.</para></sect4>
+<para>Functions in this library provide most of the interfaces specified by
+the POSIX.1b Realtime Extension.</para></sect4>
<sect4><title>libthread_db</title>
-<para>No description is currently available.</para></sect4>
+<para>Functions is this library are useful for building debuggers for
+multi-threaded programs.</para></sect4>
-<sect4><title>libutil, libutil</title>
-<para>No description is currently available.</para></sect4>
+<sect4><title>libutil, libutil_p</title>
+<para>Contains code for "standard" functions used in many different unix
+utilities.</para></sect4>
</sect3>