diff options
-rw-r--r-- | appendixa/e2fsprogs-desc.xml | 10 | ||||
-rw-r--r-- | appendixa/e2fsprogs-shortdesc.xml | 4 |
2 files changed, 12 insertions, 2 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> diff --git a/appendixa/e2fsprogs-shortdesc.xml b/appendixa/e2fsprogs-shortdesc.xml index 13515defe..488248533 100644 --- a/appendixa/e2fsprogs-shortdesc.xml +++ b/appendixa/e2fsprogs-shortdesc.xml @@ -9,10 +9,10 @@ <para><emphasis>Installed programs</emphasis>: badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck, e2image, e2label, fsck, fsck.ext2, fsck.ext3, 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], -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> |