diff options
author | Przemysław Pawełczyk <przemoc@gmail.com> | 2016-11-29 06:33:14 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-11-28 21:33:14 -0800 |
commit | dfbfee07abc9329715a12ce251e0ceeda8d78f19 (patch) | |
tree | 44015341e5c1fe85631d710768a88352efaad71c /doc/fusermount.1 | |
parent | 4fdf83f4dd2b0c3a0688d23de23ad953abf473ac (diff) | |
download | libfuse-dfbfee07abc9329715a12ce251e0ceeda8d78f19.tar.gz |
Rename more things from fuse to fuse3
Diffstat (limited to 'doc/fusermount.1')
-rw-r--r-- | doc/fusermount.1 | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/doc/fusermount.1 b/doc/fusermount.1 deleted file mode 100644 index 9f4cd5a..0000000 --- a/doc/fusermount.1 +++ /dev/null @@ -1,43 +0,0 @@ -.TH FUSERMOUNT 1 2011\-10\-23 2.8.6 "Filesystem in Userspace (FUSE)" - -.SH NAME -\fBfusermount\fR \- mount and unmount FUSE filesystems - -.SH SYNOPSIS -\fBfusermount\fR [\fIOPTIONS\fR] \fIMOUNTPOINT\fR - -.SH DESCRIPTION -Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. -.PP -\fBfusermount\fR is a program to mount and unmount FUSE -filesystems. It should be called directly only for unmounting FUSE -file systems. To allow mounting and unmounting by unprivileged users, -\fBfusermount\fR needs to be installed set-uid root. -.SH OPTIONS -.IP "\-h" 4 -print help. -.IP "\-V" 4 -print version. -.IP "-o \fIOPTION\fR[,\fIOPTION\fR...]" 4 -mount options. -.IP "-u" 4 -unmount. -.IP "-q" 4 -quiet. -.IP "-z" 4 -lazy unmount. - -.SH SEE ALSO -\fImount\fR(8), -\fImount.fuse\fR(8), - -.SH HOMEPAGE -More information about fusermount and the FUSE project can be found at <\fIhttp://fuse.sourceforge.net/\fR>. - -.SH AUTHORS -.LP -FUSE is currently maintained by Nikolaus Rath <Nikolaus@rath.org> -.LP -The original author of FUSE is Miklos Szeredi <\fImiklos@szeredi.hu\fR>. -.LP -This manual page was originally written by Daniel Baumann <\fIdaniel.baumann@progress\-technologies.net\fR>. |