diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-05-30 12:34:28 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-05-30 12:34:28 -0400 |
commit | 4f858546e1c3c452f400a34198b10cb7a1ed2760 (patch) | |
tree | e0468426d694b89b43b727583aa7b9c74a257df7 /misc/tune2fs.8.in | |
parent | 683f755eec0c60c38225684df0316048cddc9be7 (diff) | |
download | e2fsprogs-4f858546e1c3c452f400a34198b10cb7a1ed2760.tar.gz |
Update man pages to include ext4 in the synposis, instead of just "ext2/ext3"
The e2fsprogs programs have historically just said that they operate
on ext2 and ext3 file system in their man pages. Update them to say
that they also operate on ext4 file systems.
Addresses-Launchpad-bug: #381854
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/tune2fs.8.in')
-rw-r--r-- | misc/tune2fs.8.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 253035cf..4abc728b 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -4,7 +4,7 @@ .\" .TH TUNE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" .SH NAME -tune2fs \- adjust tunable filesystem parameters on ext2/ext3 filesystems +tune2fs \- adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems .SH SYNOPSIS .B tune2fs [ @@ -88,8 +88,8 @@ device .SH DESCRIPTION .BI tune2fs allows the system administrator to adjust various tunable filesystem -parameters on Linux ext2/ext3 filesystems. The current values of these -options can be displayed by using the +parameters on Linux ext2, ext3, or ext4 filesystems. The current values +of these options can be displayed by using the .B -l option to .BR tune2fs (8) |