diff options
author | ru <ru@FreeBSD.org> | 2000-12-18 15:16:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-18 15:16:24 +0000 |
commit | 7fe8bd2b880598e53bc05e6231d702f96becc09e (patch) | |
tree | 878f8e76c54315edcb7335a67637cb7ab5a1e6cd /sbin/fsck_ffs | |
parent | 036612bde9cdb357b7e2c00a02d3a82e1aca4462 (diff) | |
download | FreeBSD-src-7fe8bd2b880598e53bc05e6231d702f96becc09e.zip FreeBSD-src-7fe8bd2b880598e53bc05e6231d702f96becc09e.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 1cb1699..3ebf011 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -243,8 +243,9 @@ then a default list of filesystems is read from the file .Pa /etc/fstab . .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 @@ -253,7 +254,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 -offset indent -compact .It Directory size not a multiple of DIRBLKSIZ. .It @@ -265,7 +266,7 @@ Bad inode format. Blocks not accounted for anywhere. .It Directory checks: -.Bl -item -indent indent -compact +.Bl -item -offset indent -compact .It File pointing to unallocated inode. .It @@ -278,7 +279,7 @@ or having the wrong inode number. .El .It Super Block checks: -.Bl -item -indent indent -compact +.Bl -item -offset indent -compact .It More blocks for inodes than there are in the filesystem. .It |