Эх сурвалжийг харах

added some more Glibc desc's

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 жил өмнө
parent
commit
02ef5b5866

+ 6 - 5
appendixa/glibc-desc.xml

@@ -42,7 +42,7 @@ configuration file.</para></sect4>
 library specified on the command line.</para></sect4>
 
 <sect4><title>lddlibc4</title>
-<para>No description is currently available.</para></sect4>
+<para>lddlibc4 assists ldd with object files.</para></sect4>
 
 <sect4><title>locale</title>
 <para>locale is a Perl program which tells the compiler to enable
@@ -133,7 +133,8 @@ segfaults.</para></sect4>
 <para>libanl is an asynchronous name lookup library.</para></sect4>
 
 <sect4><title>libbsd-compat</title>
-<para>No description is currently available.</para></sect4>
+<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>
 <para>These files constitute the main C library.  The C Library is a
@@ -157,13 +158,13 @@ lines.</para></sect4>
 <para>libcrypt is the cryptography library.</para></sect4>
 
 <sect4><title>libdl, libdl_p</title>
-<para>No description is currently available.</para></sect4>
+<para>libdl is the dynamic linking interface library.</para></sect4>
 
 <sect4><title>libg</title>
-<para>No description is currently available.</para></sect4>
+<para>libg is a runtime library for g++.</para></sect4>
 
 <sect4><title>libieee</title>
-<para>No description is currently available.</para></sect4>
+<para>libieee is the IEEE floating point library.</para></sect4>
 
 <sect4><title>libm, libm_p</title>
 <para>libm is the mathematical library.</para></sect4>

+ 3 - 0
chapter01/changelog.xml

@@ -27,6 +27,9 @@
 
 </para></listitem>
 
+<listitem><para>May 16th, 2002 [gerard]: Appendix A - Glibc: Added some
+more descriptions.</para></listitem>
+
 <listitem><para>May 15th, 2002 [markh]: Chapter 05 - Bzip2.  Changed the
 instructions to deal with hard links in older distros a'la the Chapter
 05 gzip instructions.</para></listitem>