summaryrefslogtreecommitdiffstats
path: root/sbin/fsck
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/fsck
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
Diffstat (limited to 'sbin/fsck')
-rw-r--r--sbin/fsck/fsck.88
-rw-r--r--sbin/fsck/fsck.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8
index 205694d..57fbaf0 100644
--- a/sbin/fsck/fsck.8
+++ b/sbin/fsck/fsck.8
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm fsck
-.Nd file system consistency check and interactive repair
+.Nd filesystem consistency check and interactive repair
.Sh SYNOPSIS
.Nm
.Op Fl dvplfyn
@@ -179,14 +179,14 @@ Causes
to assume yes
as the answer to all operator questions.
.It Fl T Ar fstype : Ns Ar fsoptions
-List of comma separated file system specific options for the specified
-file system type, in the same format as
+List of comma separated filesystem specific options for the specified
+filesystem type, in the same format as
.Xr mount 8 .
.El
.Sh FILES
.Bl -tag -width /etc/fstab -compact
.It Pa /etc/fstab
-file system table
+filesystem table
.El
.Sh SEE ALSO
.Xr fstab 5 ,
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c
index fdc3ae0..5be806e 100644
--- a/sbin/fsck/fsck.c
+++ b/sbin/fsck/fsck.c
@@ -204,7 +204,7 @@ main(int argc, char *argv[])
type = fs->fs_vfstype;
mntpt = fs->fs_file;
if (BADTYPE(fs->fs_type))
- errx(1, "%s has unknown file system type.",
+ errx(1, "%s has unknown filesystem type.",
spec);
}
if ((flags & CHECK_BACKGRD) &&
OpenPOWER on IntegriCloud