diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ab3087551..dfa7769af 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -117,7 +117,7 @@ First a summary, then a detailed log.
September 4, 2005 [matt]: Add patch to stop
cfdisk segfaulting when invoked on devices with partitions
-that don't contain an e2fs, xfs or jfs filesystem (see bug 1604)
+that don't contain an ext2, ext3, xfs or jfs filesystem (see bug 1604)
September 4, 2005 [matt]: Upgrade to libtool-1.5.20
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index dd5af25e6..37b8be852 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -54,7 +54,8 @@ The following patch properly fixes this issue:
patch -Np1 -i ../&util-linux-cramfs-patch;
cfdisk segfaults if the disk contains a linux partition
-(type 83) that doesn't have an e2fs,
+(type 83) that doesn't have an ext2,
+ext3,
xfs or
jfs filesystem on it. Apply the
following patch to fix the problem: