summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-04 02:45:26 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-04 02:45:26 +0000
commit8b44fe6976bc998d4f0e2aad3f16532a857e5794 (patch)
tree196a1ce3b84d92c654f45f5c001905bd1b00101d /sbin/fsck_ffs
parent67797a0990e5f662d6d5a45d57b8df9621d9b446 (diff)
start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r--sbin/fsck_ffs/fsck_ffs.826
1 files changed, 13 insertions, 13 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8
index 2add53c3b44..ab4a1dc8f9d 100644
--- a/sbin/fsck_ffs/fsck_ffs.8
+++ b/sbin/fsck_ffs/fsck_ffs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsck_ffs.8,v 1.8 1999/05/23 14:11:15 aaron Exp $
+.\" $OpenBSD: fsck_ffs.8,v 1.9 1999/06/04 02:45:16 aaron Exp $
.\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -125,7 +125,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 which are not
@@ -141,7 +141,7 @@ or
.Dq 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
@@ -180,14 +180,14 @@ set of permissions such as 755.
.It Fl y
Assume a
.Dq yes
-response to all questions asked by
+response to all questions asked by
.Nm fsck_ffs ;
this should be used with great caution as this is a free license
to continue after essentially unlimited trouble has been encountered.
.It Fl n
Assume a
.Dq no
-response to all questions asked by
+response to all questions asked by
.Nm
except for
.Dq CONTINUE? ,
@@ -204,7 +204,7 @@ The filesystem is in the old (static table) format.
The filesystem is in the new (dynamic table) format.
.It 2
The filesystem supports 32-bit UIDs and GIDs,
-short symbolic links are stored in the inode,
+short symbolic links are stored in the inode,
and directories have an added field showing the file type.
.It 3
If
@@ -228,11 +228,11 @@ possible without user interaction.
Conversion in preen mode is best used when all the filesystems
are being converted at once.
The format of a filesystem can be determined from the
-first line of output from
+first line of output from
.Xr dumpfs 8 .
.El
.Pp
-If no filesystems are given to
+If no filesystems are given to
.Nm
then a default list of filesystems is read from
the file
@@ -250,7 +250,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.
@@ -262,7 +262,7 @@ Blocks not accounted for anywhere.
.It
Directory checks:
.Bl -item -indent indent -compact
-.It
+.It
File pointing to unallocated inode.
.It
Inode number out of range.
@@ -273,7 +273,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
Bad free block map format.
@@ -284,7 +284,7 @@ Total free block and/or free inode count incorrect.
.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.
@@ -301,7 +301,7 @@ the raw device should always be used.
contains default list of filesystems to check
.El
.Sh DIAGNOSTICS
-The diagnostics produced by
+The diagnostics produced by
.Nm
are fully enumerated and explained in Appendix A of
.Rs