diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:04:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:04:36 +0000 |
commit | 46105cf4b4182c1ef64ee065194b622d178e7f51 (patch) | |
tree | f085c9a7c3d950e664a8e8787b1094fd6b46ad6a | |
parent | 335838c585605a348a58441ac5d5642bc39f0b0b (diff) |
added bin86 and flex descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/bin86-desc.xml | 6 | ||||
-rw-r--r-- | appendixa/flex-desc.xml | 2 | ||||
-rw-r--r-- | appendixa/glibc-desc.xml | 3 | ||||
-rw-r--r-- | chapter01/changelog.xml | 9 |
4 files changed, 15 insertions, 5 deletions
diff --git a/appendixa/bin86-desc.xml b/appendixa/bin86-desc.xml index a8ebb3e75..b6f73c601 100644 --- a/appendixa/bin86-desc.xml +++ b/appendixa/bin86-desc.xml @@ -21,13 +21,13 @@ can link them into either an impure or a separate I&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> diff --git a/appendixa/flex-desc.xml b/appendixa/flex-desc.xml index 0fd5cf7be..0b718e150 100644 --- a/appendixa/flex-desc.xml +++ b/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> diff --git a/appendixa/glibc-desc.xml b/appendixa/glibc-desc.xml index 8d96ec86d..522ce3a26 100644 --- a/appendixa/glibc-desc.xml +++ b/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> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 170f253ec..745ad8a2d 100644 --- a/chapter01/changelog.xml +++ b/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> |