]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Use ext2/ext3/ext4 instead of "second extended file system" in man pages
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 May 2024 05:10:01 +0000 (01:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 May 2024 05:10:01 +0000 (01:10 -0400)
Addresses-Debian-Bug: #1041115
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/lsattr.1.in
misc/mklost+found.8.in

index 4d02a95a3bf464155bbf86486eb808a4f7797bb8..9884a4d6b4ea99c76d5af98c36f335fbb4516ddf 100644 (file)
@@ -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
index d33823948f3575d0f934aafca5f153a1d0ee27d7..59b7e761c2d0f820df1770068fccc55a88389abf 100644 (file)
@@ -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.