Bug 1720130

Summary: [RHEL-7.7 e2fsprogs] fix typo in EXT4(5) man page
Product: Red Hat Enterprise Linux 7 Reporter: Murphy Zhou <xzhou>
Component: e2fsprogsAssignee: Lukáš Czerner <lczerner>
Status: CLOSED ERRATA QA Contact: Boyang Xue <bxue>
Severity: low Docs Contact:
Priority: unspecified    
Version: 7.7CC: esandeen, xzhou
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: e2fsprogs-1.42.9-18.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-29 20:34:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Murphy Zhou 2019-06-13 08:17:29 UTC
Description of problem:

NAME
       ext2 - the second extended file system
       ext2 - the third extended file system
       ext4 - the fourth extended file system


ext3 is mistakenly spelled as ext2.


Version-Release number of selected component (if applicable):
e2fsprogs-1.42.9-15.el7.x86_64

How reproducible:
always

Steps to Reproduce:
1. man ext3 | haad

Actual results:
ext2 - the third extended file system

Expected results:
ext3 - the third extended file system

Additional info:
Really minor issue.. I don't know how long it has been there. I just saw it..

Comment 1 Lukáš Czerner 2019-06-13 08:35:25 UTC
Hi,

thanks for the report. It's really just a minor thing and so moving it to 7.8

Thanks!
-Lukas

Comment 2 Eric Sandeen 2019-12-13 23:09:02 UTC
Just a note, this is fixed upstream

commit b9ba837dc1847f76dbbdf7762651aaf6182a8766
Author: Theodore Ts'o <tytso>
Date:   Wed Sep 9 10:53:49 2015 -0400

    Fix typo in the ext4(5) man page
    
    Addresses-Debian-Bug: #798425
    
    Signed-off-by: Theodore Ts'o <tytso>

Comment 6 Boyang Xue 2020-06-29 06:12:22 UTC
TEST PASS.

Reproduced against e2fsprogs-1.42.9-17.el7
# man ext4
'''
NAME
       ext2 - the second extended file system
       ext2 - the third extended file system
       ext4 - the fourth extended file system
'''

Tested against e2fsprogs-1.42.9-18.el7
# man ext4
'''
NAME
       ext2 - the second extended file system
       ext3 - the third extended file system
       ext4 - the fourth extended file system
'''

Comment 8 errata-xmlrpc 2020-09-29 20:34:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: e2fsprogs security and bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:4011