Updated program and library descriptions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Billy O 'Connor 2003-10-10 04:47:22 +00:00
parent 918f14f4f0
commit efa9cef419
2 changed files with 12 additions and 2 deletions

View File

@ -56,6 +56,13 @@ identifiers (UUID). Each new UUID can reasonably be considered unique
among all UUIDs created, on the local system and on other systems, in the among all UUIDs created, on the local system and on other systems, in the
past and in the future.</para> past and in the future.</para>
<para><command>blkid</command> is a command line utility to locate and
print block device attributes.</para>
<para><command>findfs</command> finds a file system by label or UUID.</para>
<para><command>logsave</command> saves the output of a command in a logfile.</para>
<para><command>libcom_err</command> is the common error display routine.</para> <para><command>libcom_err</command> is the common error display routine.</para>
<para><command>libe2p</command> is used by dumpe2fs, chattr, and lsattr.</para> <para><command>libe2p</command> is used by dumpe2fs, chattr, and lsattr.</para>
@ -68,5 +75,8 @@ programs to manipulate an ext2 filesystem.</para>
<para><command>libuuid</command> contains routines for generating unique <para><command>libuuid</command> contains routines for generating unique
identifiers for objects that may be accessible beyond the local system.</para> identifiers for objects that may be accessible beyond the local system.</para>
<para><command>libblkid</command> contains routines used by the blkid utility.
</para>
</sect2> </sect2>

View File

@ -9,10 +9,10 @@
<para><emphasis>Installed programs</emphasis>: badblocks, chattr, compile_et, <para><emphasis>Installed programs</emphasis>: badblocks, chattr, compile_et,
debugfs, dumpe2fs, e2fsck, e2image, e2label, fsck, fsck.ext2, fsck.ext3, debugfs, dumpe2fs, e2fsck, e2image, e2label, fsck, fsck.ext2, fsck.ext3,
lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mklost+found, resize2fs, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mklost+found, resize2fs,
tune2fs and uuidgen</para> tune2fs, uuidgen, blkid, findfs and logsave.</para>
<para><emphasis>Installed libraries</emphasis>: libcom_err.[a,so], <para><emphasis>Installed libraries</emphasis>: libcom_err.[a,so],
libe2p.[a,so], libext2fs.[a,so], libss.[a,so] and libuuid.[a,so]</para> libe2p.[a,so], libext2fs.[a,so], libss.[a,so], libuuid.[a,so] and libblkid.[a,so]</para>
</sect2> </sect2>