Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sbin/fsck_lfs Pull up revisions 1.4-1.5 (requested by w...



details:   https://anonhg.NetBSD.org/src/rev/8feb98d22c54
branches:  netbsd-1-5
changeset: 491065:8feb98d22c54
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 04 16:20:27 2001 +0000

description:
Pull up revisions 1.4-1.5 (requested by wiz):
  Fix up various .Nm abuses.
  Xref newfs_lfs instead of newlfs + whitespace fixes.

diffstat:

 sbin/fsck_lfs/fsck_lfs.8 |  46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diffs (155 lines):

diff -r 8b39ded61696 -r 8feb98d22c54 sbin/fsck_lfs/fsck_lfs.8
--- a/sbin/fsck_lfs/fsck_lfs.8  Wed Apr 04 16:17:52 2001 +0000
+++ b/sbin/fsck_lfs/fsck_lfs.8  Wed Apr 04 16:20:27 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fsck_lfs.8,v 1.3 2000/05/16 04:55:59 perseant Exp $
+.\"    $NetBSD: fsck_lfs.8,v 1.3.4.1 2001/04/04 16:20:27 he Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -51,20 +51,20 @@
 .Ar filesystem
 .Ar ...
 .Sh DESCRIPTION
-.Nm Fsck_lfs
+.Nm
 performs interactive filesystem consistency checks and repair for each of
 the filesystems specified on the command line. It is normally invoked from
 .Xr fsck 8 .
 .Pp
 The design of LFS takes care that no filesystem inconsistencies can
 happen unless hardware or software failures intervene.
-.Nm Fsck_lfs
+.Nm
 will report and optionally correct any such inconsistencies.
 .Pp
 For each corrected inconsistency one or more lines will be printed
 identifying the filesystem on which the correction will take place,
 and the nature of the correction.  After successfully correcting a filesystem,
-.Nm fsck_lfs
+.Nm
 will print the number of files on that filesystem,
 the number of used and free blocks,
 and the percentage of fragmentation.
@@ -72,14 +72,14 @@
 If sent a
 .Dv QUIT
 signal,
-.Nm fsck_lfs
+.Nm
 will finish the filesystem checks, then exit with an abnormal return status.
 .Pp
 Without the
 .Fl p
 option,
-.Nm fsck_lfs
-audits and interactively repairs inconsistent conditions for filesystems. 
+.Nm
+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
@@ -92,13 +92,13 @@
 or
 .Li no .
 If the operator does not have write permission on the filesystem
-.Nm fsck_lfs
-will default to a 
+.Nm
+will default to a
 .Fl n
 action.
 .Pp
 The following flags are interpreted by
-.Nm fsck_lfs .
+.Nm "" .
 .Bl -tag -width indent
 .It Fl b
 Use the block specified immediately after the flag as
@@ -123,19 +123,19 @@
 .\" 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 
-.Nm fsck_lfs
+Assume a no response to all questions asked by
+.Nm
 except for
 .Ql CONTINUE? ,
 which is assumed to be affirmative;
 do not open the filesystem for writing.
 .It Fl p
 Specify ``preen'' mode.  Currently, in this mode
-.Nm fsck_lfs
+.Nm
 simply checks validity of the newer checkpoint.
 .It Fl y
-Assume a yes response to all questions asked by 
-.Nm fsck_lfs ;
+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.
 .El
@@ -151,7 +151,7 @@
 .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 @@
 .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 @@
 .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 @@
 .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,14 +193,14 @@
 Because of inconsistencies between the block device and the buffer cache,
 the raw device should always be used.
 .Sh DIAGNOSTICS
-The diagnostics produced by 
-.Nm fsck_lfs
+The diagnostics produced by
+.Nm
 are fully enumerated and explained in Appendix A of
 .Rs
 .%T "Fsck \- The UNIX File System Check Program"
 .Re
 .Sh BUGS
-.Nm Fsck_lfs
+.Nm
 cannot currently perform a full roll-forward, or correct all of the
 errors that it can detect.
 .Sh HISTORY
@@ -216,6 +216,6 @@
 what was not was written by Konrad Schroder <perseant%hhhh.org@localhost>.
 .Sh SEE ALSO
 .Xr fstab 5 ,
-.Xr newlfs 8 ,
+.Xr newfs_lfs 8 ,
 .Xr reboot 8 ,
 .Xr fsck 8



Home | Main Index | Thread Index | Old Index