aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/fsck_ffs.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs/fsck_ffs.8')
-rw-r--r--sbin/fsck_ffs/fsck_ffs.822
1 files changed, 11 insertions, 11 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8
index 6a0aae1955c3..2486b49c3b8a 100644
--- a/sbin/fsck_ffs/fsck_ffs.8
+++ b/sbin/fsck_ffs/fsck_ffs.8
@@ -119,7 +119,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
@@ -135,7 +135,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
@@ -188,7 +188,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 uid's and gid's,
-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 maxcontig is greater than one,
@@ -208,7 +208,7 @@ 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 .
.It Fl f
Force
@@ -225,7 +225,7 @@ In particular, systems that do not wish to have lost files accessible
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? ,
@@ -234,7 +234,7 @@ do not open the filesystem for writing.
.It Fl p
Preen filesystems (see above).
.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.
@@ -252,7 +252,7 @@ Incorrect link counts.
.It
Size checks:
.Bl -item -offset indent -compact
-.It
+.It
Directory size not a multiple of DIRBLKSIZ.
.It
Partially truncated file.
@@ -264,7 +264,7 @@ Blocks not accounted for anywhere.
.It
Directory checks:
.Bl -item -offset indent -compact
-.It
+.It
File pointing to unallocated inode.
.It
Inode number out of range.
@@ -277,7 +277,7 @@ or having the wrong inode number.
.It
Super Block checks:
.Bl -item -offset indent -compact
-.It
+.It
More blocks for inodes than there are in the filesystem.
.It
Bad free block map format.
@@ -288,7 +288,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.
@@ -302,7 +302,7 @@ If there is insufficient space its size is increased.
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