tags 398254 + patch
thanks
A patch, what do you think about wording?
Regards
--
"ROUCARIÈS Bastien"
[email protected]
-------------------------------------------------------------------------------
DO NOT WRITE TO [email protected] OR BE BLACKLISTED
--- fusermount.1.old 2009-01-02 20:46:42.000000000 +0100
+++ fusermount.1 2009-01-02 21:12:47.000000000 +0100
@@ -1,10 +1,10 @@
-.TH FUSERMOUNT 1 "3 February 2006"
+.TH FUSERMOUNT 1 "2 January 2008"
.SH NAME
-fusermount \- mount FUSE filesystems
+fusermount \- umount FUSE filesystems
.SH SYNOPSIS
\fBfusermount\fP [\fIoptions\fP] \fImountpoint\fP
.SH DESCRIPTION
-A virtual FUSE filesystem will be created on the mount point.
+Umount a virtual fuse file system on the given mount point.
.SH OPTIONS
.TP
\fB-h\fP
@@ -13,20 +13,35 @@
\fB-V\fP
print version
.TP
-\fB-o opt[,opt...]\fP
-mount options
-.TP
\fB-u\fP
-unmount
+unmount (\fImandatory\fP)
.TP
\fB-q\fP
quiet
.TP
\fB-z\fP
lazy unmount (works even if resource is still busy)
+.TP
+\fB-o opt[,opt...]\fP
+mount options (see NOTES)
+.SH EXAMPLE
+If you want to umount a fuse filesystem mounted on \fI/tmp/rofs\fP do:
+.nf
+.IP
+$ fusermount -u /tmp/rofs
+.fi
+.SH NOTES
+fusermount was previously used for mounting fuse file system. This usage is now obsolete, fusermount is started by the
+\fBfuse_mount()\fP library call internally. If you try to do that using \fB-o\fP you will get on \fBstderr\fP
+.nf
+.IP
+fusermount: old style mounting not supported
+.fi
.SH AUTHOR
This manpage was originally written by Bastian Kleineidam
<[email protected]> for the Debian distribution of fuse-utils.
Updated by Bartosz Fenski <[email protected]>.
The main author of FUSE is Miklos Szeredi <[email protected]>.
+.SH SEE ALSO
+fuse(5) mount(8)