From fa2df9711183d8333b77f915f0f7304e3b408afa Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 8 Oct 1996 14:54:53 +0000 Subject: Fix the case where fsck would not see sparse directories and the kernel would panic. If such a thing is fixed fsck needs a rerun (and bugs the user to do so). Reviewed by: Kirk McKusick --- sbin/fsck_ffs/fsck_ffs.8 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/fsck_ffs/fsck_ffs.8') diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 364327f..c8ae6fa 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -249,6 +249,8 @@ File pointing to unallocated inode. .It Inode number out of range. .It +Holes in directories. +.It Dot or dot-dot not the first two entries of a directory or having the wrong inode number. .El -- cgit v1.1