summaryrefslogtreecommitdiffstats
path: root/sbin/mdmfs
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/mdmfs
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r--sbin/mdmfs/mdmfs.820
-rw-r--r--sbin/mdmfs/mdmfs.c2
2 files changed, 11 insertions, 11 deletions
diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8
index eb97897..135f938 100644
--- a/sbin/mdmfs/mdmfs.8
+++ b/sbin/mdmfs/mdmfs.8
@@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm mdmfs
-.Nd configure and mount an in-memory filesystem using the
+.Nd configure and mount an in-memory file system using the
.Xr md 4
driver
.Sh SYNOPSIS
@@ -86,7 +86,7 @@ disk using
.Xr mdconfig 8 ,
labels it using
.Xr disklabel 8 ,
-puts a UFS filesystem on it using
+puts a UFS file system on it using
.Xr newfs 8 ,
and mounts it using
.Xr mount 8 .
@@ -128,7 +128,7 @@ out before forcing a rotational delay
.Fl d
option).
.It Fl b Ar block-size
-The block size of the filesystem, in bytes.
+The block size of the file system, in bytes.
.It Fl C
Enable full compatibility mode with
.Xr mount_mfs 8 .
@@ -136,7 +136,7 @@ See the
.Sx COMPATIBILITY
section for more information.
.It Fl c Ar cylinders
-The number of cylinders per cylinder group in the filesystem.
+The number of cylinders per cylinder group in the file system.
.It Fl D
If not using auto-unit,
do not run
@@ -158,7 +158,7 @@ Create a vnode-backed
memory disk backed by
.Ar file .
.It Fl f Ar frag-size
-The fragment size of the filesystem in bytes.
+The fragment size of the file system in bytes.
.It Fl i Ar bytes
Number of bytes per inode.
.It Fl L
@@ -190,7 +190,7 @@ which will optimize for minimum space fragmentation and
minimum time spent allocating blocks,
respectively.
.It Fl o Ar mount-options
-Specify the mount options with which to mount the filesystem.
+Specify the mount options with which to mount the file system.
See
.Xr mount 8
for more information.
@@ -200,7 +200,7 @@ Set the file (directory) permissions of the mount point
to
.Ar permissions .
.It Fl S
-Do not enable soft-updates on the filesystem.
+Do not enable soft-updates on the file system.
.It Fl s Ar size
Specify the size of the disk to create.
This only makes sense if
@@ -218,7 +218,7 @@ and the optional
backed disks
.Pq Dv MD_MALLOC .
.It Fl U
-Enable soft-updates on the filesystem.
+Enable soft-updates on the file system.
This is the default, even in compatibility mode, and is accepted only
for compatibility.
It is only really useful to negate the
@@ -274,12 +274,12 @@ with the same letter.
See the programs that the options are passed to for more information
on their semantics.
.Sh EXAMPLES
-Create and mount a 32 megabyte swap-backed filesystem on
+Create and mount a 32 megabyte swap-backed file system on
.Pa /tmp :
.Pp
.Dl "mdmfs -s 32m md /tmp"
.Pp
-Create and mount a 16 megabyte malloc-backed filesystem on
+Create and mount a 16 megabyte malloc-backed file system on
.Pa /tmp
using the
.Pa /dev/md1
diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c
index 53e772e..2dcd791 100644
--- a/sbin/mdmfs/mdmfs.c
+++ b/sbin/mdmfs/mdmfs.c
@@ -482,7 +482,7 @@ do_mtptsetup(const char *mtpoint, struct mtpt_info *mip)
}
/*
- * Put a filesystem on the memory disk.
+ * Put a file system on the memory disk.
*/
static void
do_newfs(const char *args)
OpenPOWER on IntegriCloud