diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-08 18:50:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-08 18:50:41 +0000 |
commit | 6fa85dcbbfd6be54b16ee30d8b6cf007b25ee846 (patch) | |
tree | 3c450a353ee74018d7c7fe6c54ea7756e44b6389 /sbin/fsck_ext2fs | |
parent | ac262088b413bfe2bc00bd7a88da8e9140c7ec9b (diff) |
- fix some lists/displays
- use .Dl for one-liners, rather than .Bd
Diffstat (limited to 'sbin/fsck_ext2fs')
-rw-r--r-- | sbin/fsck_ext2fs/fsck_ext2fs.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsck_ext2fs/fsck_ext2fs.8 b/sbin/fsck_ext2fs/fsck_ext2fs.8 index f5703da3168..a431e83b584 100644 --- a/sbin/fsck_ext2fs/fsck_ext2fs.8 +++ b/sbin/fsck_ext2fs/fsck_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ext2fs.8,v 1.12 2003/06/02 20:06:15 millert Exp $ +.\" $OpenBSD: fsck_ext2fs.8,v 1.13 2003/07/08 18:50:40 jmc Exp $ .\" $NetBSD: fsck_ext2fs.8,v 1.1 1997/06/11 11:21:48 bouyer Exp $ .\" .\" Copyright (c) 1997 Manuel Bouyer. @@ -169,9 +169,9 @@ this should be used with great caution as this is a free license to continue after essentially unlimited trouble has been encountered. .El .Pp -.Bl -enum -indent indent -compact Inconsistencies checked are as follows: .Pp +.Bl -enum -compact .It Blocks claimed by more than one inode or the free map. .It @@ -180,7 +180,7 @@ Blocks claimed by an inode outside the range of the filesystem. Incorrect link counts. .It Size checks: -.Bl -item -indent indent -compact +.Bl -item -compact .It Directory size not a multiple of filesystem block size. .It @@ -192,7 +192,7 @@ Bad inode format. Blocks not accounted for anywhere. .It Directory checks: -.Bl -item -indent indent -compact +.Bl -item -compact .It File pointing to unallocated inode. .It @@ -203,7 +203,7 @@ or having the wrong inode number. .El .It Super Block checks: -.Bl -item -indent indent -compact +.Bl -item -compact .It More blocks for inodes than there are in the filesystem. .It |