From a7ac1df34fbed4c852d3227344e3dd0a69583013 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 24 Aug 2003 17:56:41 -0400 Subject: [PATCH] Adjust description line so that apropos "ext2" or "ext3" will find all of the e2fsprogs man pages. (Addresses Debian Bug #206845) --- debugfs/ChangeLog | 6 ++++++ debugfs/debugfs.8.in | 2 +- e2fsck/ChangeLog | 6 ++++++ e2fsck/e2fsck.8.in | 2 +- misc/ChangeLog | 7 +++++++ misc/dumpe2fs.8.in | 2 +- misc/e2image.8.in | 2 +- misc/e2label.8.in | 2 +- misc/mke2fs.8.in | 2 +- misc/tune2fs.8.in | 5 +++-- resize/ChangeLog | 6 ++++++ resize/resize2fs.8.in | 2 +- 12 files changed, 35 insertions(+), 9 deletions(-) diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index ec0af884..fed29580 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,3 +1,9 @@ +2003-08-24 Theodore Ts'o + + * 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 * debugfs.8.in: Fully document the logdump command in the debugfs diff --git a/debugfs/debugfs.8.in b/debugfs/debugfs.8.in index fa7e3fba..3cc0f960 100644 --- a/debugfs/debugfs.8.in +++ b/debugfs/debugfs.8.in @@ -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 [ diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index faea02b9..11df40fe 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,9 @@ +2003-08-24 Theodore Ts'o + + * 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 * journal.c (e2fsck_move_ext3_journal): When moving the journal or diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 4f208705..4630df87 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -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 [ diff --git a/misc/ChangeLog b/misc/ChangeLog index 2299397e..52f7cb6b 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,10 @@ +2003-08-24 Theodore Ts'o + + * 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 * badblocks.c (set_o_direct): Add check to make sure the file diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in index 4fe58dd4..3781ca19 100644 --- a/misc/dumpe2fs.8.in +++ b/misc/dumpe2fs.8.in @@ -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 [ diff --git a/misc/e2image.8.in b/misc/e2image.8.in index 464d3067..f66b99b4 100644 --- a/misc/e2image.8.in +++ b/misc/e2image.8.in @@ -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 [ diff --git a/misc/e2label.8.in b/misc/e2label.8.in index e54664c1..8040de2d 100644 --- a/misc/e2label.8.in +++ b/misc/e2label.8.in @@ -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 diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 821f2d0a..dab9a6c0 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -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 [ diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index a695554d..63ba65ab 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 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" diff --git a/resize/ChangeLog b/resize/ChangeLog index 04f60f20..85809ccc 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,3 +1,9 @@ +2003-08-24 Theodore Ts'o + + * 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 * extent.c, resize2fs.c, sim_progress.c: ext2fs_getmem(), diff --git a/resize/resize2fs.8.in b/resize/resize2fs.8.in index 1dab5018..81a51358 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 file system resizer +resize2fs \- ext2/ext3 file system resizer .SH SYNOPSIS .B resize2fs [