]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Adjust description line so that apropos "ext2" or "ext3" will
authorTheodore Ts'o <tytso@mit.edu>
Sun, 24 Aug 2003 21:56:41 +0000 (17:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 24 Aug 2003 21:56:41 +0000 (17:56 -0400)
find all of the e2fsprogs man pages.  (Addresses Debian Bug #206845)

12 files changed:
debugfs/ChangeLog
debugfs/debugfs.8.in
e2fsck/ChangeLog
e2fsck/e2fsck.8.in
misc/ChangeLog
misc/dumpe2fs.8.in
misc/e2image.8.in
misc/e2label.8.in
misc/mke2fs.8.in
misc/tune2fs.8.in
resize/ChangeLog
resize/resize2fs.8.in

index ec0af884c90253227b077ae94bb3037d099c3425..fed295807014f17fb895492229189bcf15346c29 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * debugfs.8.in: Adjust description line so that apropos
+               "ext2" or "ext3" will find the man page.  (Addresses
+               Debian Bug #206845)
+
 2003-08-21  Theodore Ts'o  <tytso@mit.edu>
 
        * debugfs.8.in: Fully document the logdump command in the debugfs
index fa7e3fbad13ec4cc7618f4f0a9ab6db573cb9371..3cc0f96054a5e1a5e309efb53adb56a72eb99ace 100644 (file)
@@ -4,7 +4,7 @@
 .\" 
 .TH DEBUGFS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
-debugfs \- ext2 file system debugger
+debugfs \- ext2/ext3 file system debugger
 .SH SYNOPSIS
 .B debugfs
 [
index faea02b962f8cbf898f237334611ba3db0c60f7c..11df40fe118a40530282c6101ef62971aa9e3aed 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2fsck.8.in: Adjust description line so that apropos
+               "ext2" or "ext3" will find the man page.  (Addresses
+               Debian Bug #206845)
+
 2003-08-21  Theodore Ts'o  <tytso@mit.edu>
 
        * journal.c (e2fsck_move_ext3_journal): When moving the journal or
index 4f2087057ad08db57d76580418eddb5a572fcb40..4630df87c133f0c2723385567f11637a495ba04e 100644 (file)
@@ -4,7 +4,7 @@
 .\" 
 .TH E2FSCK 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
-e2fsck \- check a Linux second extended file system
+e2fsck \- check a Linux ext2/ext3 file system
 .SH SYNOPSIS
 .B e2fsck
 [
index 2299397e3f2a226a6d29fb8cf2a834d476578f21..52f7cb6bf150437d7804edafa9639fe553144a79 100644 (file)
@@ -1,3 +1,10 @@
+2003-08-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * dumpe2fs.8.in, e2image.8.in, e2label.8.in, mke2fs.8.in,
+               tune2fs.8.in: Adjust description line so that apropos
+               "ext2" or "ext3" will find the man page.  (Addresses
+               Debian Bug #206845)
+
 2003-08-01  Theodore Ts'o  <tytso@mit.edu>
 
        * badblocks.c (set_o_direct): Add check to make sure the file
index 4fe58dd4b10dcca6114826027cee6f3b31e5b16e..3781ca196eed85be92f32cef4babde7c41fd35c0 100644 (file)
@@ -4,7 +4,7 @@
 .\" 
 .TH DUMPE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
-dumpe2fs \- dump filesystem information
+dumpe2fs \- dump ext2/ext3 filesystem information
 .SH SYNOPSIS
 .B dumpe2fs
 [
index 464d3067d9c01ac3e2cd9d18829835052e65c3f8..f66b99b4b0a9330910c0c27e6d1b388118771ca6 100644 (file)
@@ -4,7 +4,7 @@
 .\" 
 .TH E2IMAGE 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
-e2image \- Save critical ext2 filesystem data to a file
+e2image \- Save critical ext2/ext3 filesystem data to a file
 .SH SYNOPSIS
 .B e2image
 [
index e54664c1325dc0aa095c25ef9e9d38ca237fa159..8040de2d5f69824aab57f3ae9ade122e2cff744f 100644 (file)
@@ -4,7 +4,7 @@
 .\" 
 .TH E2LABEL 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
-e2label \- Change the label on an ext2 filesystem
+e2label \- Change the label on an ext2/ext3 filesystem
 .SH SYNOPSIS
 .B e2label
 .I device
index 821f2d0a67b34ff6b8136e35c4c2c056f3766ab1..dab9a6c022c17cd3fc8036be82cc5f6d7632f682 100644 (file)
@@ -4,7 +4,7 @@
 .\" 
 .TH MKE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
-mke2fs \- create an ext2/3 filesystem
+mke2fs \- create an ext2/ext3 filesystem
 .SH SYNOPSIS
 .B mke2fs
 [
index a695554d859ec2f1fbd294087b05d9166aa765b1..63ba65ab8c23df4b447c0f66eb63490fece2425a 100644 (file)
@@ -4,7 +4,7 @@
 .\"
 .TH TUNE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
-tune2fs \- adjust tunable filesystem parameters on second extended filesystems
+tune2fs \- adjust tunable filesystem parameters on ext2/ext3 filesystems
 .SH SYNOPSIS
 .B tune2fs
 [
@@ -84,7 +84,8 @@ tune2fs \- adjust tunable filesystem parameters on second extended filesystems
 device
 .SH DESCRIPTION
 .BI tune2fs
-adjusts tunable filesystem parameters on a Linux second extended filesystem.
+allows the system administrator to adjust various tunable filesystem 
+parameters on Linux ext2/ext3 filesystems.
 .SH OPTIONS
 .TP
 .BI \-c " max-mount-counts"
index 04f60f20dce39e42418c8e5b484f6a3363aa2f9a..85809cccae4ba376384b7a42823f85a7d313a60f 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * resize2fs.8.in: Adjust description line so that apropos
+               "ext2" or "ext3" will find the man page.  (Addresses
+               Debian Bug #206845)
+
 2003-08-01  Philipp Thomas <pthomas@suse.de>
 
        * extent.c, resize2fs.c, sim_progress.c: ext2fs_getmem(),
index 1dab5018733a3689139349475f4ba15c9126af0f..81a51358bb41e82b0b51a47cfa2eddd2089fb7e7 100644 (file)
@@ -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 file system resizer
+resize2fs \- ext2/ext3 file system resizer
 .SH SYNOPSIS
 .B resize2fs
 [