From: Theodore Ts'o Date: Sun, 13 Nov 2005 04:41:08 +0000 (-0500) Subject: Add missing fsck.* programs to SEE ALSO section of fsck's man page. X-Git-Tag: E2FSPROGS-1.39-WIP-1210~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a519836a29f1cc9610337f48b677a0c5440624c2;p=thirdparty%2Fe2fsprogs.git Add missing fsck.* programs to SEE ALSO section of fsck's man page. fsck.8.in: Add additional fsck.* programs to the SEE ALSO section. Fix missing commas in list. (Addresses Debian Bug #329859) Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 62f11c823..366a157ce 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,9 @@ +2005-11-12 Theodore Ts'o + + * fsck.8.in: Add additional fsck.* programs to the SEE ALSO + section. Fix missing commas in list. (Addresses Debian + Bug #329859) + 2005-09-24 Theodore Ts'o * mke2fs.8.in: Fix mke2fs man page to properly document the fact diff --git a/misc/fsck.8.in b/misc/fsck.8.in index f7bad7266..aa5fd05fc 100644 --- a/misc/fsck.8.in +++ b/misc/fsck.8.in @@ -396,10 +396,15 @@ file. It is also useful for developers who are testing .BR mkfs (8), .BR fsck.ext2 (8) or +.BR fsck.ext3 (8) +or .BR e2fsck (8), -.BR cramfsck (8) +.BR cramfsck (8), .BR fsck.minix (8), -.BR fsck.jfs (8) +.BR fsck.msdos (8), +.BR fsck.jfs (8), +.BR fsck.nfs (8), +.BR fsck.vfat (8), .BR fsck.xfs (8), -.BR fsck.xiafs (8) +.BR fsck.xiafs (8), .BR reiserfsck (8).