Whamcloud - gitweb
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 ec0af88..fed2958 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 fa7e3fb..3cc0f96 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 faea02b..11df40f 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 4f20870..4630df8 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 2299397..52f7cb6 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 4fe58dd..3781ca1 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 464d306..f66b99b 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 e54664c..8040de2 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 821f2d0..dab9a6c 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 a695554..63ba65a 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 04f60f2..85809cc 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 1dab501..81a5135 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
 [