Blame SOURCES/e2fsprogs-1.42.9-Fix-typo-in-the-ext4-5-man-page.patch

3b974a
From beed1a9f0e8357de209c2c1418ca7db5d18a14f4 Mon Sep 17 00:00:00 2001
3b974a
From: Theodore Ts'o <tytso@mit.edu>
3b974a
Date: Wed, 9 Sep 2015 10:53:49 -0400
3b974a
Subject: [PATCH 5/7] Fix typo in the ext4(5) man page
3b974a
3b974a
Addresses-Debian-Bug: #798425
3b974a
3b974a
RHBZ: 1720130
3b974a
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
3b974a
---
3b974a
 misc/ext4.5.in | 2 +-
3b974a
 1 file changed, 1 insertion(+), 1 deletion(-)
3b974a
3b974a
diff --git a/misc/ext4.5.in b/misc/ext4.5.in
3b974a
index 366916d8..b73046ca 100644
3b974a
--- a/misc/ext4.5.in
3b974a
+++ b/misc/ext4.5.in
3b974a
@@ -6,7 +6,7 @@
3b974a
 .SH NAME
3b974a
 ext2 \- the second extended file system
3b974a
 .br
3b974a
-ext2 \- the third extended file system
3b974a
+ext3 \- the third extended file system
3b974a
 .br
3b974a
 ext4 \- the fourth extended file system
3b974a
 .SH DESCRIPTION
3b974a
-- 
3b974a
2.21.1
3b974a