From 1e9a7e0278ae24b2bed77ef0722c34623db695a2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 24 Nov 2001 16:40:57 -0500 Subject: [PATCH] 2fsck.8.in: Fix minor typo in man page and clarify device specification. --- e2fsck/ChangeLog | 5 +++++ e2fsck/e2fsck.8.in | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 629b012..4b0422a 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,8 @@ +2001-11-24 Theodore Tso + + * e2fsck.8.in: Fix minor typo in man page and clarify device + specification. + 2001-10-07 Theodore Tso * journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index f484f24..8701af7 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -30,16 +30,15 @@ e2fsck \- check a Linux second extended file system @JDEV@.B \-j @JDEV@.I external-journal @JDEV@] -@JDEV@[ .I device .SH DESCRIPTION .B e2fsck is used to check a Linux second extended file system (e2fs). E2fsck also supports ext2 filesystems countaining a journal, which are also sometimes known as ext3 filesystems. -.TP +.PP .I device -is the special file corresponding to the device (e.g +is the device file where the filesystem is stored (e.g. .IR /dev/hdc1 ). .SH OPTIONS .TP -- 1.8.3.1