aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dump/dump.82
-rw-r--r--sbin/fsck_ffs/fsck_ffs.82
-rw-r--r--sbin/fsck_msdosfs/fsck_msdosfs.84
-rw-r--r--sbin/fsck_msdosfs/main.c2
-rw-r--r--sbin/newfs/newfs.84
-rw-r--r--sbin/quotacheck/quotacheck.82
-rw-r--r--sbin/quotacheck/quotacheck.c2
-rw-r--r--sbin/tunefs/tunefs.82
8 files changed, 10 insertions, 10 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index 7c5fc7dbd104..7fdd2c005852 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -94,7 +94,7 @@ By default, the same output file name is used for each volume
after prompting the operator to change media.
.Pp
The file system to be dumped is specified by the argument
-.Ar file system
+.Ar filesystem
as either its device-special file or its mount point
(if that is in a standard entry in
.Pa /etc/fstab ) .
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8
index b77cc1a1b23b..2abd3603ff75 100644
--- a/sbin/fsck_ffs/fsck_ffs.8
+++ b/sbin/fsck_ffs/fsck_ffs.8
@@ -46,7 +46,7 @@
.Op Fl b Ar block#
.Op Fl c Ar level
.Op Fl m Ar mode
-.Ar file system
+.Ar filesystem
.Ar ...
.Sh DESCRIPTION
The specified disk partitions and/or file systems are checked.
diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8
index 3f72e8cc3aab..08ad131fbdf8 100644
--- a/sbin/fsck_msdosfs/fsck_msdosfs.8
+++ b/sbin/fsck_msdosfs/fsck_msdosfs.8
@@ -42,10 +42,10 @@
.Nm
.Fl p
.Op Fl f
-.Ar file system ...
+.Ar filesystem ...
.Nm
.Op Fl fny
-.Ar file system ...
+.Ar filesystem ...
.Sh DESCRIPTION
The
.Nm
diff --git a/sbin/fsck_msdosfs/main.c b/sbin/fsck_msdosfs/main.c
index 5e8d4ddfccf5..cbfe6da7128b 100644
--- a/sbin/fsck_msdosfs/main.c
+++ b/sbin/fsck_msdosfs/main.c
@@ -59,7 +59,7 @@ static void usage(void) __dead2;
static void
usage()
{
- errexit("usage: fsck_msdos [-fnpy] file system ... \n");
+ errexit("usage: fsck_msdos [-fnpy] filesystem ... \n");
}
int
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 2713d56478dc..da0ff2ab4dcc 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -41,7 +41,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl NU
-.Op Fl O Ar file system-type
+.Op Fl O Ar filesystem-type
.Op Fl S Ar sector-size
.Op Fl T Ar disktype
.Op Fl a Ar maxcontig
@@ -85,7 +85,7 @@ For backward compatibility.
.It Fl N
Cause the file system parameters to be printed out
without really creating the file system.
-.It Fl O Ar file system-type
+.It Fl O Ar filesystem-type
Use 1 to specify that a UFS1 format file system be built;
use 2 to specify that a UFS2 format file system be built.
The default is UFS1 format, but will eventually be changed to UFS2.
diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8
index fb544a1f5730..4e8806ad2a9b 100644
--- a/sbin/quotacheck/quotacheck.8
+++ b/sbin/quotacheck/quotacheck.8
@@ -46,7 +46,7 @@
.Op Fl g
.Op Fl u
.Op Fl v
-.Ar file system
+.Ar filesystem
.Ar
.Nm
.Op Fl g
diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c
index a8c051be2238..d66f42d5d57b 100644
--- a/sbin/quotacheck/quotacheck.c
+++ b/sbin/quotacheck/quotacheck.c
@@ -217,7 +217,7 @@ usage()
{
(void)fprintf(stderr, "%s\n%s\n",
"usage: quotacheck -a [-guv]",
- " quotacheck [-guv] filesys ...");
+ " quotacheck [-guv] filesystem ...");
exit(1);
}
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index 153c1a81f0b8..65ff0de2c809 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -49,7 +49,7 @@
.Op Fl o Cm space | time
.Op Fl p
.Op Fl s Ar avgfpdir
-.Ar special | file system
+.Ar special | filesystem
.Sh DESCRIPTION
The
.Nm