Fix xrefs. Sort options. Standardize wording.

This commit is contained in:
wiz 2007-12-02 21:22:03 +00:00
parent 73f0c10536
commit 5d9460afed

View File

@ -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