summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_msdosfs/fsck_msdosfs.8
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commit136be46680c6e4a18cc827da991d4f9a0de29cba (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/fsck_msdosfs/fsck_msdosfs.8
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/fsck_msdosfs/fsck_msdosfs.8')
-rw-r--r--sbin/fsck_msdosfs/fsck_msdosfs.826
1 files changed, 13 insertions, 13 deletions
diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8
index 0328ddc..3f72e8c 100644
--- a/sbin/fsck_msdosfs/fsck_msdosfs.8
+++ b/sbin/fsck_msdosfs/fsck_msdosfs.8
@@ -37,34 +37,34 @@
.Os
.Sh NAME
.Nm fsck_msdosfs
-.Nd DOS/Windows (FAT) filesystem consistency checker
+.Nd DOS/Windows (FAT) file system consistency checker
.Sh SYNOPSIS
.Nm
.Fl p
.Op Fl f
-.Ar filesystem ...
+.Ar file system ...
.Nm
.Op Fl fny
-.Ar filesystem ...
+.Ar file system ...
.Sh DESCRIPTION
The
.Nm
utility verifies and repairs
.Tn FAT
-filesystems (more commonly known
+file systems (more commonly known
as
.Tn DOS
-filesystems).
+file systems).
.Pp
The first form of
.Nm
-preens the specified filesystems.
+preens the specified file systems.
It is normally started by
.Xr fsck 8
run from
.Pa /etc/rc
-during automatic reboot, when a FAT filesystem is detected.
-When preening filesystems,
+during automatic reboot, when a FAT file system is detected.
+When preening file systems,
.Nm
will fix common inconsistencies non-interactively.
If more serious problems are found,
@@ -74,7 +74,7 @@ successful, and exits.
.Pp
The second form of
.Nm
-checks the specified filesystems and tries to repair all
+checks the specified file systems and tries to repair all
detected inconsistencies, requesting confirmation before
making any changes.
.Pp
@@ -83,15 +83,15 @@ The options are as follows:
.It Fl F
Compatibility with the wrapper
.Xr fsck 8
-which seeks to determine whether the filesystem needs to be cleaned
+which seeks to determine whether the file system needs to be cleaned
immediately in foreground, or if its cleaning can be deferred to background.
-FAT (MS-DOS) filesystems must always be cleaned in the foreground.
+FAT (MS-DOS) file systems must always be cleaned in the foreground.
A non-zero exit code is always returned for this option.
.It Fl f
This option is ignored by
.Nm ,
and is present only for compatibility with programs that
-check other filesystem types for consistency, such as
+check other file system types for consistency, such as
.Xr fsck_ffs 8 .
.It Fl n
Causes
@@ -102,7 +102,7 @@ as the answer to all operator
questions, except
.Dq Li CONTINUE? .
.It Fl p
-Preen the specified filesystems.
+Preen the specified file systems.
.It Fl y
Causes
.Nm
OpenPOWER on IntegriCloud