summaryrefslogtreecommitdiff
path: root/sbin/mount_udf
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commitce66ddb76352a2e5f34aacdbe7733d92e60aff17 (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/mount_udf
parent7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff)
downloadsrc-test2-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.tar.gz
src-test2-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.zip
s/filesystem/file system/g as discussed on -developers
Notes
Notes: svn path=/head/; revision=102231
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r--sbin/mount_udf/mount_udf.88
-rw-r--r--sbin/mount_udf/mount_udf.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8
index 380f9539fa1c..9632393cd56d 100644
--- a/sbin/mount_udf/mount_udf.8
+++ b/sbin/mount_udf/mount_udf.8
@@ -31,7 +31,7 @@
.Os
.Sh NAME
.Nm mount_udf
-.Nd mount a UDF filesystem
+.Nd mount a UDF file system
.Sh SYNOPSIS
.Nm
.Op Fl v
@@ -40,9 +40,9 @@
.Sh DESCRIPTION
The
.Nm
-utility attaches the UDF filesystem residing on the device
+utility attaches the UDF file system residing on the device
.Ar special
-to the global filesystem namespace at the location indicated by
+to the global file system namespace at the location indicated by
.Ar node .
.Pp
The options are as follows:
@@ -56,7 +56,7 @@ See the
man page for possible options and their meanings.
The following UDF specific options are available:
.It Fl v
-Be verbose about mounting the UDF filesystem.
+Be verbose about mounting the UDF file system.
.El
.Sh SEE ALSO
.Xr cdcontrol 1 ,
diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c
index b5b270d54608..eb68a4d02e78 100644
--- a/sbin/mount_udf/mount_udf.c
+++ b/sbin/mount_udf/mount_udf.c
@@ -106,7 +106,7 @@ main(int argc, char **argv)
(void)rmslashes(dev, dev);
/*
- * UDF filesystems are not writeable.
+ * UDF file systems are not writeable.
*/
mntflags |= MNT_RDONLY;