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.
+blkid is a command line utility to locate and
+print block device attributes.
+
+findfs finds a file system by label or UUID.
+
+logsave saves the output of a command in a logfile.
+
libcom_err is the common error display routine.
libe2p is used by dumpe2fs, chattr, and lsattr.
@@ -68,5 +75,8 @@ programs to manipulate an ext2 filesystem.
libuuid contains routines for generating unique
identifiers for objects that may be accessible beyond the local system.
+libblkid contains routines used by the blkid utility.
+
+
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 @@
Installed programs: 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
+tune2fs, uuidgen, blkid, findfs and logsave.
Installed libraries: libcom_err.[a,so],
-libe2p.[a,so], libext2fs.[a,so], libss.[a,so] and libuuid.[a,so]
+libe2p.[a,so], libext2fs.[a,so], libss.[a,so], libuuid.[a,so] and libblkid.[a,so]