diff options
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r-- | sbin/fsck_ifs/fsck_ifs.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/fsck_ifs/fsck_ifs.8 b/sbin/fsck_ifs/fsck_ifs.8 index 1cb1699..3ebf011 100644 --- a/sbin/fsck_ifs/fsck_ifs.8 +++ b/sbin/fsck_ifs/fsck_ifs.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 |