From: Theodore Ts'o Date: Mon, 27 Mar 2006 17:10:07 +0000 (-0500) Subject: Add badblocks(8) to SEE ALSO section of e2fsck's man page. X-Git-Tag: E2FSPROGS-1.39-WIP-0330~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd84823aed4c0275741b07aa9f1c72f5e4c6fb1d;p=thirdparty%2Fe2fsprogs.git Add badblocks(8) to SEE ALSO section of e2fsck's man page. Addresses Debian Bug: #347295 Signed-off-by: "Theodore Ts'o" --- diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 7b7dfed6b..3b408fab0 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,5 +1,8 @@ 2006-03-27 Theodore Ts'o + * e2fsck.8.in: Add badblocks(8) to the See Also section. + (Addresses Debian Bug: #347295) + * Makefile.in, e2fsck.conf.5.in: Add man page documenting the configuration file /etc/e2fsck.conf. diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 496d2d51f..1a56bb4fa 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -385,8 +385,9 @@ This version of .B e2fsck was written by Theodore Ts'o . .SH SEE ALSO -.BR mke2fs (8), -.BR tune2fs (8), +.BR badblocks (8), .BR dumpe2fs (8), .BR debugfs (8), -.BR e2image (8) +.BR e2image (8), +.BR mke2fs (8), +.BR tune2fs (8)