aboutsummaryrefslogtreecommitdiffstats
path: root/resize
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-05-30 12:34:28 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-05-30 12:34:28 -0400
commit4f858546e1c3c452f400a34198b10cb7a1ed2760 (patch)
treee0468426d694b89b43b727583aa7b9c74a257df7 /resize
parent683f755eec0c60c38225684df0316048cddc9be7 (diff)
downloade2fsprogs-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 'resize')
-rw-r--r--resize/resize2fs.8.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/resize/resize2fs.8.in b/resize/resize2fs.8.in
index ebd8e7829..3ea7a6308 100644
--- a/resize/resize2fs.8.in
+++ b/resize/resize2fs.8.in
@@ -4,7 +4,7 @@
.\" .TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
.TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
.SH NAME
-resize2fs \- ext2/ext3 file system resizer
+resize2fs \- ext2/ext3/ext4 file system resizer
.SH SYNOPSIS
.B resize2fs
[
@@ -25,8 +25,8 @@ resize2fs \- ext2/ext3 file system resizer
.SH DESCRIPTION
The
.B resize2fs
-program will resize ext2 or ext3 file systems. It can be used to enlarge or
-shrink an unmounted file system located on
+program will resize ext2, ext3, or ext4 file systems. It can be used to
+enlarge or shrink an unmounted file system located on
.IR device .
If the filesystem is mounted, it can be used to expand the size of the
mounted filesystem, assuming the kernel supports on-line resizing. (As