You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
710 B
30 lines
710 B
4 years ago
|
From beed1a9f0e8357de209c2c1418ca7db5d18a14f4 Mon Sep 17 00:00:00 2001
|
||
|
From: Theodore Ts'o <tytso@mit.edu>
|
||
|
Date: Wed, 9 Sep 2015 10:53:49 -0400
|
||
|
Subject: [PATCH 5/7] Fix typo in the ext4(5) man page
|
||
|
|
||
|
Addresses-Debian-Bug: #798425
|
||
|
|
||
|
RHBZ: 1720130
|
||
|
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
||
|
---
|
||
|
misc/ext4.5.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/misc/ext4.5.in b/misc/ext4.5.in
|
||
|
index 366916d8..b73046ca 100644
|
||
|
--- a/misc/ext4.5.in
|
||
|
+++ b/misc/ext4.5.in
|
||
|
@@ -6,7 +6,7 @@
|
||
|
.SH NAME
|
||
|
ext2 \- the second extended file system
|
||
|
.br
|
||
|
-ext2 \- the third extended file system
|
||
|
+ext3 \- the third extended file system
|
||
|
.br
|
||
|
ext4 \- the fourth extended file system
|
||
|
.SH DESCRIPTION
|
||
|
--
|
||
|
2.21.1
|
||
|
|