diff options
author | Billy O 'Connor <billyoc@linuxfromscratch.org> | 2003-10-10 04:47:22 +0000 |
---|---|---|
committer | Billy O 'Connor <billyoc@linuxfromscratch.org> | 2003-10-10 04:47:22 +0000 |
commit | efa9cef419a4c44bdfcc884d158acaf58d62d1d8 (patch) | |
tree | df885bf758f5e47544893b45bed24e6cf6dd1ac5 /appendixa/e2fsprogs-desc.xml | |
parent | 918f14f4f0efaea8c489f14694610c5e3388bad6 (diff) |
Updated program and library descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/e2fsprogs-desc.xml')
-rw-r--r-- | appendixa/e2fsprogs-desc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml index 09f580976..135c6c0af 100644 --- a/appendixa/e2fsprogs-desc.xml +++ b/appendixa/e2fsprogs-desc.xml @@ -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 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>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 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> |