summaryrefslogtreecommitdiffstats
path: root/sbin/mount_cd9660
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/mount_cd9660
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.816
-rw-r--r--sbin/mount_cd9660/mount_cd9660.c2
2 files changed, 9 insertions, 9 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8
index 644afda..fa74784 100644
--- a/sbin/mount_cd9660/mount_cd9660.8
+++ b/sbin/mount_cd9660/mount_cd9660.8
@@ -41,7 +41,7 @@
.Os
.Sh NAME
.Nm mount_cd9660
-.Nd mount an ISO-9660 filesystem
+.Nd mount an ISO-9660 file system
.Sh SYNOPSIS
.Nm
.Op Fl begjrv
@@ -51,9 +51,9 @@
.Sh DESCRIPTION
The
.Nm
-utility attaches the ISO-9660 filesystem residing on the device
+utility attaches the ISO-9660 file system residing on the device
.Pa special
-to the global filesystem namespace at the location indicated by
+to the global file system namespace at the location indicated by
.Pa node .
This command is normally executed by
.Xr mount 8
@@ -73,7 +73,7 @@ only the last one will be listed.)
In either case, files may be opened without explicitly stating a
version number.
.It Fl j
-Do not use any Joliet extensions included in the filesystem.
+Do not use any Joliet extensions included in the file system.
.It Fl o
Options are specified with a
.Fl o
@@ -101,15 +101,15 @@ Same as
.Fl b .
.El
.It Fl r
-Do not use any Rockridge extensions included in the filesystem.
+Do not use any Rockridge extensions included in the file system.
.It Fl s Ar startsector
-Start the filesystem at
+Start the file system at
.Ar startsector .
Normally, if the underlying device is a CD-ROM drive,
.Nm
will try to figure out the last track from the CD-ROM containing
-data, and start the filesystem there. If the device is not a CD-ROM,
-or the table of contents cannot be examined, the filesystem will be
+data, and start the file system there. If the device is not a CD-ROM,
+or the table of contents cannot be examined, the file system will be
started at sector 0. This option can be used to override the behaviour.
Note that
.Ar startsector
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c
index 2ac0216..e9ff591 100644
--- a/sbin/mount_cd9660/mount_cd9660.c
+++ b/sbin/mount_cd9660/mount_cd9660.c
@@ -143,7 +143,7 @@ main(int argc, char **argv)
#define DEFAULT_ROOTUID -2
/*
- * ISO 9660 filesystems are not writeable.
+ * ISO 9660 file systems are not writeable.
*/
mntflags |= MNT_RDONLY;
args.export.ex_flags = MNT_EXRDONLY;
OpenPOWER on IntegriCloud