Forráskód Böngészése

added bin86 and flex descriptions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 éve
szülő
commit
46105cf4b4

+ 3 - 3
appendixa/bin86-desc.xml

@@ -21,13 +21,13 @@ can link them into either an impure or a
 separate I&amp;D executable.</para></sect4>
 
 <sect4><title>nm86</title>
-<para>No description is currently available.</para></sect4>
+<para>The symbol table of the binary file.</para></sect4>
 
 <sect4><title>objdump86</title>
-<para>No description is currently available.</para></sect4>
+<para>Dumps detailed information about a binary file.</para></sect4>
 
 <sect4><title>size86</title>
-<para>No description is currently available.</para></sect4>
+<para>Summary sizes of the data in a binary file.</para></sect4>
 
 </sect3>
 

+ 1 - 1
appendixa/flex-desc.xml

@@ -31,7 +31,7 @@ of flex.</para></sect4>
 <sect3><title>Descriptions</title>
 
 <sect4><title>libfl</title>
-<para>No description is currently available.</para></sect4>
+<para>libfl is the flex library.</para></sect4>
 
 </sect3>
 

+ 2 - 1
appendixa/glibc-desc.xml

@@ -192,7 +192,8 @@ GNU C Library.</para></listitem>
 </itemizedlist></sect4>
 
 <sect4><title>libpcprofile</title>
-<para>No description is currently available.</para></sect4>
+<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>
 <para>The POSIX threads library.</para></sect4>

+ 9 - 0
chapter01/changelog.xml

@@ -27,6 +27,15 @@
 
 </para></listitem>
 
+<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Bin86: Added some
+descriptions.</para></listitem>
+
+<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Flex: Added some
+descriptions.</para></listitem>
+
+<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Glibc: Added some
+more descriptions.</para></listitem>
+
 <listitem><para>May 18th, 2002 [gerard]: Appendix A - E2fsprogs: Added some
 descriptions.</para></listitem>