Changeset 227d26b


Ignore:
Timestamp:
05/09/2002 05:50:36 PM (22 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
65824097
Parents:
1de0682
Message:

filled in missing glibc descriptions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1875 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appendixa/glibc-desc.xml

    r1de0682 r227d26b  
    1111
    1212<sect4><title>catchsegv</title>
    13 <para>No description is currently available.</para></sect4>
     13<para>catchsegv can be used to create a stack trace when a program
     14terminates with a segmentation fault.</para></sect4>
    1415
    1516<sect4><title>gencat</title>
     
    1718
    1819<sect4><title>getconf</title>
    19 <para>No description is currently available.</para></sect4>
     20<para>getconf displays the system configuration values for filesystem
     21specific variables.</para></sect4>
    2022
    2123<sect4><title>getent</title>
     
    4446
    4547<sect4><title>locale</title>
    46 <para>No description is currently available.</para></sect4>
     48<para>locale is a Perl program which tells the compiler to enable
     49(or disable) the use of POSIX locales for built-in operations.</para></sect4>
    4750
    4851<sect4><title>localedef</title>
     
    5053
    5154<sect4><title>mtrace</title>
    52 <para>No description is currently available.</para></sect4>
     55<para>mtrace prints the multicast path from a source to a receiver (an IP
     56trace query).</para></sect4>
    5357
    5458<sect4><title>nscd</title>
     
    5761
    5862<sect4><title>nscd_nischeck</title>
    59 <para>No description is currently available.</para></sect4>
     63<para>nscd_nischeck checks whether or not secure mode is necessary for
     64NIS+ lookup.</para></sect4>
    6065
    6166<sect4><title>pcprofiledump</title>
     
    6772slave pseudo terminal corresponding to the master pseudo terminal passed
    6873on file descriptor `3'.  This is the helper program for the `grantpt'
    69 function.  It is not intended to be run directly
    70 from the command line.</para></sect4>
     74function.  It is not intended to be run directly from the command
     75line.</para></sect4>
    7176
    7277<sect4><title>rpcgen</title>
    73 <para>No description is currently available.</para></sect4>
     78<para>rpcgen generates C code to implement the RPC protocol.</para></sect4>
    7479
    7580<sect4><title>rpcinfo</title>
    76 <para>No description is currently available.</para></sect4>
     81<para>rpcinfo makes an RPC call to an RPC server.</para></sect4>
    7782
    7883<sect4><title>sln</title>
     
    119124
    120125<sect4><title>libBrokenLocale, libBrokenLocale_p</title>
    121 <para>No description is currently available.</para></sect4>
     126<para>Used by software, such as Mozilla, to solve broken locales.</para></sect4>
    122127
    123128<sect4><title>libSegFault</title>
    124 <para>No description is currently available.</para></sect4>
     129<para>libSegFault is a segmentation fault signal handler. It tries to catch
     130segfaults.</para></sect4>
    125131
    126132<sect4><title>libanl, libanl_p</title>
    127 <para>No description is currently available.</para></sect4>
     133<para>libanl is an asynchronous name lookup library.</para></sect4>
    128134
    129135<sect4><title>libbsd-compat</title>
  • chapter01/changelog.xml

    r1de0682 r227d26b  
    2727
    2828</para></listitem>
     29
     30<listitem><para>May 9th, 2002 [gerard]: Appendix A - Glibc: Filled in the
     31missing descriptions.</para></listitem>
    2932
    3033<listitem><para>May 6th, 2002 [gerard]: Chapter 06 - Shadow: Fixed the
  • index.xml

    r1de0682 r227d26b  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20020507">
    8 <!ENTITY releasedate "May 7th, 2002">
     7<!ENTITY version "20020509">
     8<!ENTITY releasedate "May 9th, 2002">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
Note: See TracChangeset for help on using the changeset viewer.