From: Theodore Ts'o Date: Sat, 18 May 2024 05:10:01 +0000 (-0400) Subject: Use ext2/ext3/ext4 instead of "second extended file system" in man pages X-Git-Tag: v1.47.1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f4724705a045e26269cc2b6c03203499ef5bb26;p=thirdparty%2Fe2fsprogs.git Use ext2/ext3/ext4 instead of "second extended file system" in man pages Addresses-Debian-Bug: #1041115 Signed-off-by: Theodore Ts'o --- diff --git a/misc/lsattr.1.in b/misc/lsattr.1.in index 4d02a95a..9884a4d6 100644 --- a/misc/lsattr.1.in +++ b/misc/lsattr.1.in @@ -1,7 +1,7 @@ .\" -*- nroff -*- .TH LSATTR 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" .SH NAME -lsattr \- list file attributes on a Linux second extended file system +lsattr \- list ext2/ext3/ext4 file attributes .SH SYNOPSIS .B lsattr [ @@ -12,7 +12,7 @@ lsattr \- list file attributes on a Linux second extended file system ] .SH DESCRIPTION .B lsattr -lists the file attributes on a second extended file system. See +lists the file attributes on an ext2/ext3/ext4 file system. See .BR chattr (1) for a description of the attributes and what they mean. .SH OPTIONS diff --git a/misc/mklost+found.8.in b/misc/mklost+found.8.in index d3382394..59b7e761 100644 --- a/misc/mklost+found.8.in +++ b/misc/mklost+found.8.in @@ -4,15 +4,15 @@ .\" .TH MKLOST+FOUND 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" .SH NAME -mklost+found \- create a lost+found directory on a mounted Linux -second extended file system +mklost+found \- create a lost+found directory on a mounted +ext2/ext3/ext4 file system .SH SYNOPSIS .B mklost+found .SH DESCRIPTION .B mklost+found is used to create a .I lost+found -directory in the current working directory on a Linux second extended +directory in the current working directory on an ext2/ext3/ext4 file system. There is normally a .I lost+found directory in the root directory of each file system.