From 1f4724705a045e26269cc2b6c03203499ef5bb26 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 18 May 2024 01:10:01 -0400 Subject: [PATCH] Use ext2/ext3/ext4 instead of "second extended file system" in man pages Addresses-Debian-Bug: #1041115 Signed-off-by: Theodore Ts'o --- misc/lsattr.1.in | 4 ++-- misc/mklost+found.8.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/lsattr.1.in b/misc/lsattr.1.in index 4d02a95..9884a4d 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 d338239..59b7e76 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. -- 1.8.3.1