diff --git a/sbin/fsck_lfs/fsck_lfs.8 b/sbin/fsck_lfs/fsck_lfs.8 index f25aca87d624..2c5f0d5b850d 100644 --- a/sbin/fsck_lfs/fsck_lfs.8 +++ b/sbin/fsck_lfs/fsck_lfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: fsck_lfs.8,v 1.4 2000/11/07 06:43:25 lukem Exp $ +.\" $NetBSD: fsck_lfs.8,v 1.5 2001/04/03 11:07:50 wiz Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -79,7 +79,7 @@ Without the .Fl p option, .Nm -audits and interactively repairs inconsistent conditions for filesystems. +audits and interactively repairs inconsistent conditions for filesystems. If the filesystem is inconsistent the operator is prompted for concurrence before each correction is attempted. It should be noted that some of the corrective actions will result in @@ -93,7 +93,7 @@ or .Li no . If the operator does not have write permission on the filesystem .Nm -will default to a +will default to a .Fl n action. .Pp @@ -123,7 +123,7 @@ Print debugging output. .\" by all users on the system should use a more restrictive .\" set of permissions such as 700. .It Fl n -Assume a no response to all questions asked by +Assume a no response to all questions asked by .Nm except for .Ql CONTINUE? , @@ -134,7 +134,7 @@ Specify ``preen'' mode. Currently, in this mode .Nm simply checks validity of the newer checkpoint. .It Fl y -Assume a yes response to all questions asked by +Assume a yes response to all questions asked by .Nm "" ; this should be used with great caution as this is a free license to continue after essentially unlimited trouble has been encountered. @@ -151,7 +151,7 @@ Incorrect link counts. .It Size checks: .Bl -item -indent indent -compact -.It +.It Directory size not a multiple of DIRBLKSIZ. .It Partially truncated file. @@ -161,7 +161,7 @@ Bad inode format. .It Directory checks: .Bl -item -indent indent -compact -.It +.It File pointing to unallocated inode. .It Inode number out of range. @@ -172,7 +172,7 @@ or having the wrong inode number. .It Super Block checks: .Bl -item -indent indent -compact -.It +.It More blocks for inodes than there are in the filesystem. .It Segment block counts incorrect, or ``clean'' segments containing live data. @@ -181,7 +181,7 @@ Segment block counts incorrect, or ``clean'' segments containing live data. .Pp Orphaned files and directories (allocated but unreferenced) are, with the operator's concurrence, reconnected by -placing them in the +placing them in the .Pa lost+found directory. The name assigned is the inode number. @@ -193,7 +193,7 @@ If there is insufficient space its size is increased. Because of inconsistencies between the block device and the buffer cache, the raw device should always be used. .Sh DIAGNOSTICS -The diagnostics produced by +The diagnostics produced by .Nm are fully enumerated and explained in Appendix A of .Rs @@ -216,6 +216,6 @@ program was taken from what was not was written by Konrad Schroder . .Sh SEE ALSO .Xr fstab 5 , -.Xr newlfs 8 , +.Xr newfs_lfs 8 , .Xr reboot 8 , .Xr fsck 8