Blame SOURCES/0003-mount-add-ext4-to-some-places-to-the-man-page.patch

cbc4cf
From 4859f218a3be0ae90908fc0ddbef498a784e9b24 Mon Sep 17 00:00:00 2001
cbc4cf
From: Karel Zak <kzak@redhat.com>
cbc4cf
Date: Fri, 10 Aug 2018 16:27:41 +0200
cbc4cf
Subject: [PATCH 3/6] mount: add ext4 to some places to the man page
cbc4cf
cbc4cf
Upstream: http://github.com/karelzak/util-linux/commit/d901e4275f7c1899518bab3b34424c90af8dc35e
cbc4cf
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1614852
cbc4cf
---
cbc4cf
 sys-utils/mount.8 | 9 +++++----
cbc4cf
 1 file changed, 5 insertions(+), 4 deletions(-)
cbc4cf
cbc4cf
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
cbc4cf
index 562ecb187..1cc792979 100644
cbc4cf
--- a/sys-utils/mount.8
cbc4cf
+++ b/sys-utils/mount.8
cbc4cf
@@ -880,7 +880,7 @@ output for extN filesystems).
cbc4cf
 The following options apply to any filesystem that is being
cbc4cf
 mounted (but not every filesystem actually honors them \(en e.g.\&, the
cbc4cf
 .B sync
cbc4cf
-option today has an effect only for ext2, ext3, fat, vfat and ufs):
cbc4cf
+option today has an effect only for ext2, ext3, ext4, fat, vfat and ufs):
cbc4cf
 
cbc4cf
 .TP
cbc4cf
 .B async
cbc4cf
@@ -916,7 +916,8 @@ The
cbc4cf
 .B context=
cbc4cf
 option is useful when mounting filesystems that do not support
cbc4cf
 extended attributes, such as a floppy or hard disk formatted with VFAT, or
cbc4cf
-systems that are not normally running under SELinux, such as an ext3 formatted
cbc4cf
+systems that are not normally running under SELinux, such as an ext3 or ext4 formatted
cbc4cf
+
cbc4cf
 disk from a non-SELinux workstation.  You can also use
cbc4cf
 .B context=
cbc4cf
 on filesystems you do not trust, such as a floppy.  It also helps in compatibility with
cbc4cf
@@ -2314,7 +2315,7 @@ not specified or the filesystem is known for libblkid, for example:
cbc4cf
 .sp
cbc4cf
 .B "mount /tmp/disk.img /mnt"
cbc4cf
 .sp
cbc4cf
-.B "mount \-t ext3 /tmp/disk.img /mnt"
cbc4cf
+.B "mount \-t ext4 /tmp/disk.img /mnt"
cbc4cf
 .sp
cbc4cf
 .RE
cbc4cf
 This type of mount knows about three options, namely
cbc4cf
@@ -2462,7 +2463,7 @@ It is possible for a corrupted filesystem to cause a crash.
cbc4cf
 .PP
cbc4cf
 Some Linux filesystems don't support
cbc4cf
 .BR "\-o sync " nor " \-o dirsync"
cbc4cf
-(the ext2, ext3, fat and vfat filesystems
cbc4cf
+(the ext2, ext3, ext4, fat and vfat filesystems
cbc4cf
 .I do
cbc4cf
 support synchronous updates (a la BSD) when mounted with the
cbc4cf
 .B sync
cbc4cf
-- 
cbc4cf
2.14.4
cbc4cf