summaryrefslogtreecommitdiff
path: root/usr.sbin/fusermount
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2007-12-02 21:22:03 +0000
committerwiz <wiz@NetBSD.org>2007-12-02 21:22:03 +0000
commit5d9460afed9e05d055287ec51130e3f00a080442 (patch)
tree17f3c00422a15bd0909ca998528b5f41e8a82358 /usr.sbin/fusermount
parent73f0c10536bc826624e12b45022161aa6e9fb565 (diff)
Fix xrefs. Sort options. Standardize wording.
Diffstat (limited to 'usr.sbin/fusermount')
-rw-r--r--usr.sbin/fusermount/fusermount.830
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/fusermount/fusermount.8 b/usr.sbin/fusermount/fusermount.8
index 234c9e551d2..01ea3dfc8bf 100644
--- a/usr.sbin/fusermount/fusermount.8
+++ b/usr.sbin/fusermount/fusermount.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: fusermount.8,v 1.3 2007/06/11 21:16:23 agc Exp $ */
+.\" $NetBSD: fusermount.8,v 1.4 2007/12/02 21:22:03 wiz Exp $ */
.\"
.\" Copyright (c) 2007 Alistair Crooks. All rights reserved.
.\"
@@ -35,7 +35,7 @@
.Nd manage librefuse mount items
.Sh SYNOPSIS
.Nm
-.Op Fl Vchpx
+.Op Fl chpVx
.Op Fl d Ar name
.Ar refuseoptions
.Nm
@@ -64,27 +64,27 @@ The arguments to
.Nm
are as follows:
.Bl -tag -width Ds
-.It Fl V
-display the
-.Nm
-version on stdout, and then exit successfully.
.It Fl c
-sets a flag to enable kernel caching of files.
+Set a flag to enable kernel caching of files.
At present this option has no effect.
.It Fl d Ar name
-makes the name argument appear as the file system
+Make the name argument appear as the file system
name in
.Xr mount 8
and
.Xr df 1
output.
.It Fl h
-prints a usage message and exits.
+Print a usage message and exit.
.It Fl p
-checks the file permissions.
+Check the file permissions.
At present this option has no effect.
+.It Fl V
+Display the
+.Nm
+version on stdout, and then exit successfully.
.It Fl x
-allows mortal (non-root) users to access the file system.
+Allow mortal (non-root) users to access the file system.
At present, this option has no effect.
.El
.Pp
@@ -96,7 +96,7 @@ file systems demand its existence.
.Nm
returns 0 for successful operation, or
non-zero if one of the operations did not complete successfully.
-.Sh EXAMPLE
+.Sh EXAMPLES
The command
.Dl fusermount -d ntfs-3g unused mount.ntfs-3g ntfs.img /mnt
will mount the file
@@ -111,9 +111,9 @@ with other implementations of the
command.
.Sh SEE ALSO
.Xr df 1 ,
-.Xr libpuffs 3 ,
-.Xr librefuse 3 ,
-.Xr mount 8
+.Xr puffs 3 ,
+.Xr refuse 3 ,
+.Xr mount 8
.Sh HISTORY
The
.Nm