summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/config/config.84
-rw-r--r--usr.sbin/mtree/mtree.82
-rw-r--r--usr.sbin/ntp/doc/ntp.conf.52
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.12
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.82
-rw-r--r--usr.sbin/quotaon/quotaon.82
-rw-r--r--usr.sbin/quotaon/quotaon.c4
-rw-r--r--usr.sbin/repquota/repquota.86
-rw-r--r--usr.sbin/repquota/repquota.c2
-rw-r--r--usr.sbin/syslogd/syslog.conf.52
10 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 9d21e6b..8e6af76 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -215,12 +215,12 @@ are therefore two options for installing a debug kernel:
.Dq Li "make install"
installs
.Pa kernel
-in the root file system.
+in the root filesystem.
.It
.Dq Li "make install.debug"
installs
.Pa kernel.debug
-in the root file system.
+in the root filesystem.
.El
.Sh FILES
.Bl -tag -width ".Pa /sys/ Ns Va ARCH Ns Pa /compile/ Ns Ar SYSTEM_NAME" -compact
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index 59f5f19..6762eda 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -293,7 +293,7 @@ that
.Nm
.Fl K
.Cm sha1digest
-be run on the file systems, and a copy of the results stored on a different
+be run on the filesystems, and a copy of the results stored on a different
machine, or, at least, in encrypted form.
The output file itself should be digested using the
.Xr md5 1
diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5
index 2d4128a..928cb8f 100644
--- a/usr.sbin/ntp/doc/ntp.conf.5
+++ b/usr.sbin/ntp/doc/ntp.conf.5
@@ -1735,7 +1735,7 @@ this file to replace the old version.
This implies that
.Xr ntpd 8
must have write permission for the directory the
-drift file is located in, and that file system links, symbolic or
+drift file is located in, and that filesystem links, symbolic or
otherwise, should be avoided.
.It Xo Ic enable
.Oo
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index ee2e3ff..4622d44 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -468,7 +468,7 @@ Default location of the installed package database.
.An John Kohl Aq jtk@rational.com
.Sh BUGS
Hard links between files in a distribution are only preserved if either
-(1) the staging area is on the same file system as the target directory of
+(1) the staging area is on the same filesystem as the target directory of
all the links to the file, or (2) all the links to the file are bracketed by
.Cm @cwd
directives in the contents file,
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index 438bd24..55be90b 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8
@@ -135,7 +135,7 @@ uses
.Xr rename 2
to install them.
This, however, requires that the file specified on the command line live
-on the same file system as the
+on the same filesystem as the
.Pa /etc
directory.
.Pp
diff --git a/usr.sbin/quotaon/quotaon.8 b/usr.sbin/quotaon/quotaon.8
index 5458ea1..cdf260e 100644
--- a/usr.sbin/quotaon/quotaon.8
+++ b/usr.sbin/quotaon/quotaon.8
@@ -77,7 +77,7 @@ expects each filesystem to have quota files named
.Pa quota.user
and
.Pa quota.group
-which are located at the root of the associated file system.
+which are located at the root of the associated filesystem.
These defaults may be overridden in
.Pa /etc/fstab .
By default both user and group quotas are enabled.
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c
index 50d68ae..daec695 100644
--- a/usr.sbin/quotaon/quotaon.c
+++ b/usr.sbin/quotaon/quotaon.c
@@ -65,7 +65,7 @@ static const char rcsid[] =
char *qfname = QUOTAFILENAME;
char *qfextension[] = INITQFNAMES;
-int aflag; /* all file systems */
+int aflag; /* all filesystems */
int gflag; /* operate on group quotas */
int uflag; /* operate on user quotas */
int vflag; /* verbose */
@@ -244,7 +244,7 @@ hasquota(fs, type, qfnamep)
}
/*
- * Verify file system is mounted and not readonly.
+ * Verify filesystem is mounted and not readonly.
*/
int
readonly(fs)
diff --git a/usr.sbin/repquota/repquota.8 b/usr.sbin/repquota/repquota.8
index eadafa7..b92e206 100644
--- a/usr.sbin/repquota/repquota.8
+++ b/usr.sbin/repquota/repquota.8
@@ -40,7 +40,7 @@
.Os
.Sh NAME
.Nm repquota
-.Nd summarize quotas for a file system
+.Nd summarize quotas for a filesystem
.Sh SYNOPSIS
.Nm
.Op Fl g
@@ -55,7 +55,7 @@
.Sh DESCRIPTION
.Nm Repquota
prints a summary of the disk usage and quotas for the
-specified file systems.
+specified filesystems.
.Pp
Available options:
.Bl -tag -width indent
@@ -86,7 +86,7 @@ at the filesystem root with user quotas
.It Pa quota.group
at the filesystem root with group quotas
.It Pa /etc/fstab
-for file system names and locations
+for filesystem names and locations
.El
.Sh SEE ALSO
.Xr quota 1 ,
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index 5be1f6c..aadb784 100644
--- a/usr.sbin/repquota/repquota.c
+++ b/usr.sbin/repquota/repquota.c
@@ -95,7 +95,7 @@ struct fileusage *addid(u_long, int, char *);
u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */
int vflag; /* verbose */
-int aflag; /* all file systems */
+int aflag; /* all filesystems */
int hasquota __P((struct fstab *, int, char **));
int oneof __P((char *, char *[], int));
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index 0385c57..acf6ebc 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -429,7 +429,7 @@ implement the same set of facilities. The facilities
authpriv, cron, ftp, and ntp that are known to this implementation
might be absent on the target system. Even worse, DEC UNIX uses
facility number 10 (which is authpriv in this implementation) to
-log events for their AdvFS file system.
+log events for their AdvFS filesystem.
.Sh SEE ALSO
.Xr syslog 3 ,
.Xr syslogd 8
OpenPOWER on IntegriCloud