summaryrefslogtreecommitdiffstats
path: root/sbin/mount_hpfs/mount_hpfs.8
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/mount_hpfs/mount_hpfs.8
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
Diffstat (limited to 'sbin/mount_hpfs/mount_hpfs.8')
-rw-r--r--sbin/mount_hpfs/mount_hpfs.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/mount_hpfs/mount_hpfs.8 b/sbin/mount_hpfs/mount_hpfs.8
index c418c57..3b62e40 100644
--- a/sbin/mount_hpfs/mount_hpfs.8
+++ b/sbin/mount_hpfs/mount_hpfs.8
@@ -35,7 +35,7 @@
.Os
.Sh NAME
.Nm mount_hpfs
-.Nd mount an HPFS file system
+.Nd mount an HPFS filesystem
.Sh SYNOPSIS
.Nm
.Op Fl o Ar options
@@ -55,25 +55,25 @@ indicated by
This command is normally executed by
.Xr mount 8
at boot time, but can be used by any user to mount an
-HPFS file system on any directory that they own (provided,
+HPFS filesystem on any directory that they own (provided,
of course, that they have appropriate access to the device that
-contains the file system).
+contains the filesystem).
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl u Ar uid
-Set the owner of the files in the file system to
+Set the owner of the files in the filesystem to
.Ar uid .
The default owner is the owner of the directory
-on which the file system is being mounted.
+on which the filesystem is being mounted.
.It Fl g Ar gid
-Set the group of the files in the file system to
+Set the group of the files in the filesystem to
.Ar gid .
The default group is the group of the directory
-on which the file system is being mounted.
+on which the filesystem is being mounted.
.It Fl m Ar mask
Specify the maximum file permissions for files
-in the file system.
+in the filesystem.
.El
.Sh EXAMPLES
To mount an hpfs volume located in /dev/wd1s1:
OpenPOWER on IntegriCloud