summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /sbin/fsck_ifs
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r--sbin/fsck_ifs/fsck_ifs.824
1 files changed, 12 insertions, 12 deletions
diff --git a/sbin/fsck_ifs/fsck_ifs.8 b/sbin/fsck_ifs/fsck_ifs.8
index 6cee3fc..23f7f09 100644
--- a/sbin/fsck_ifs/fsck_ifs.8
+++ b/sbin/fsck_ifs/fsck_ifs.8
@@ -133,7 +133,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
@@ -149,7 +149,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
@@ -179,7 +179,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,
@@ -199,7 +199,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
@@ -222,7 +222,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? ,
@@ -231,13 +231,13 @@ 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.
.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
@@ -255,7 +255,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.
@@ -267,7 +267,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.
@@ -280,7 +280,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.
@@ -291,7 +291,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.
@@ -308,7 +308,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
OpenPOWER on IntegriCloud