From 227825385389b71b8d83eeb6a161df3e2f7b30ff Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 14 Sep 2006 09:53:27 +0000 Subject: [PATCH] added manpage git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@31 e35a362c-bbd6-0310-a59f-a4efcb1729c4 --- doc/fusedav.1 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 doc/fusedav.1 diff --git a/doc/fusedav.1 b/doc/fusedav.1 new file mode 100644 index 0000000..d2dbf81 --- /dev/null +++ b/doc/fusedav.1 @@ -0,0 +1,56 @@ +.TH FUSEDAV 1 "August 24, 2006" + +.SH NAME +fusedav \- mount WebDAV shares + +.SH SYNOPSIS +\fBfusedav\fR [\fB-hDL\fR] + [\fB-t\fR \fIsecs\fR] + [\fB-u\fR \fIusername\fR] [\fB-p\fR \fIpassword\fR] + [\fB-o\fR \fIoptions\fR] + \fIURL mountpoint\fR + +.SH DESCRIPTION +\fBfusedav\fR is a userspace filesystem driver that allows you to mount WebDAV +shares. This way you can transparently edit and manage files on a remote +server. As long as the \fBfusedav\fR process is running, the WebDAV share +located at \fIURL\fR is accessible under \fImountpoint\fR. + +You will be prompted for a username and password (if required) once you access +the mounted share. + +.SH OPTIONS +.TP +\fB-h\fR +Show summary of options. +.TP +\fB-D\fR +Enable debug mode. +.TP +\fB-L\fR +Lock the repository during mount. +.TP +\fB-t\fR \fIsecs\fR +Set lock timeout to \fIsecs\fR seconds. +.TP +\fB-u\fR \fIusername\fR +Use \fIusername\fR for authentication if required. +.TP +\fB-p\fR \fIpassword\fR +Use \fIpassword\fR for authentication if required. +.TP +\fB-o\fR \fIoptions\fR +Pass \fIoptions\fR as additional mount options to FUSE. +.TP +\fIURL\fR +Location of the WebDAV share. +.TP +\fImountpoint\fR +Local mountpoint of the WebDAV share. + +.SH AUTHOR +\fBfusedav\fR was written by Lennart Poettering . +.PP +This manual page was written by Sebastian Harl , for the Debian +project (but may be used by others). + -- 2.30.2