Blame SOURCES/0161-mount-add-ext4-to-some-places-in-man-page.patch

5113bc
From 7492cf62b7334792df931469ca783878b868d0d0 Mon Sep 17 00:00:00 2001
5113bc
From: Karel Zak <kzak@redhat.com>
5113bc
Date: Wed, 6 Jun 2018 12:10:42 +0200
5113bc
Subject: [PATCH 161/173] mount: add ext4 to some places in man page
5113bc
5113bc
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=1538721
5113bc
Signed-off-by: Karel Zak <kzak@redhat.com>
5113bc
---
5113bc
 sys-utils/mount.8 | 8 ++++----
5113bc
 1 file changed, 4 insertions(+), 4 deletions(-)
5113bc
5113bc
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
5113bc
index 49cb2818f..35d782f0e 100644
5113bc
--- a/sys-utils/mount.8
5113bc
+++ b/sys-utils/mount.8
5113bc
@@ -874,7 +874,7 @@ for example tune2fs -l output for extN filesystems).
5113bc
 The following options apply to any filesystem that is being
5113bc
 mounted (but not every filesystem actually honors them - e.g., the
5113bc
 .B sync
5113bc
-option today has effect only for ext2, ext3, fat, vfat and ufs):
5113bc
+option today has effect only for ext2, ext3, ext4, fat, vfat and ufs):
5113bc
 
5113bc
 .TP
5113bc
 .B async
5113bc
@@ -909,7 +909,7 @@ The
5113bc
 .BR context=
5113bc
 option is useful when mounting filesystems that do not support
5113bc
 extended attributes, such as a floppy or hard disk formatted with VFAT, or
5113bc
-systems that are not normally running under SELinux, such as an ext3 formatted
5113bc
+systems that are not normally running under SELinux, such as an ext3 or ext4 formatted
5113bc
 disk from a non-SELinux workstation. You can also use
5113bc
 .BR context=
5113bc
 on filesystems you do not trust, such as a floppy. It also helps in compatibility with
5113bc
@@ -2833,7 +2833,7 @@ not specified or the filesystem is known for libblkid, for example:
5113bc
 .sp
5113bc
 .B "mount /tmp/disk.img /mnt"
5113bc
 .sp
5113bc
-.B "mount -t ext3 /tmp/disk.img /mnt"
5113bc
+.B "mount -t ext4 /tmp/disk.img /mnt"
5113bc
 .sp
5113bc
 .RE
5113bc
 This type of mount knows about four options, namely
5113bc
@@ -2948,7 +2948,7 @@ It is possible for a corrupted filesystem to cause a crash.
5113bc
 .PP
5113bc
 Some Linux filesystems don't support
5113bc
 .B "\-o sync and \-o dirsync"
5113bc
-(the ext2, ext3, fat and vfat filesystems
5113bc
+(the ext2, ext3, ext4, fat and vfat filesystems
5113bc
 .I do
5113bc
 support synchronous updates (a la BSD) when mounted with the
5113bc
 .B sync
5113bc
-- 
5113bc
2.14.4
5113bc