summaryrefslogtreecommitdiff
path: root/man/gvfsd-fuse.xml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-07-31 13:35:45 +0200
committerMatthias Clasen <mclasen@redhat.com>2012-08-04 09:08:59 -0400
commite66a2c1006e0a4de88eb154223015c73cfa5947c (patch)
tree06468326b96773f9427048df88c634a455007414 /man/gvfsd-fuse.xml
parentdfba6a7d976a007a1c65120ab8332079269466e5 (diff)
downloadgvfs-e66a2c1006e0a4de88eb154223015c73cfa5947c.tar.gz
Add more man pages
This patch adds man pages for gvfsd, gvfsd-fuse, gvfsd-metadata, as well as a gvfs overview page in section 7.
Diffstat (limited to 'man/gvfsd-fuse.xml')
-rw-r--r--man/gvfsd-fuse.xml102
1 files changed, 102 insertions, 0 deletions
diff --git a/man/gvfsd-fuse.xml b/man/gvfsd-fuse.xml
new file mode 100644
index 00000000..a8b11eac
--- /dev/null
+++ b/man/gvfsd-fuse.xml
@@ -0,0 +1,102 @@
+<?xml version='1.0'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+
+<refentry id="gvfsd-fuse">
+
+ <refentryinfo>
+ <title>gvfsd-fuse</title>
+ <productname>gvfs</productname>
+
+ <authorgroup>
+ <author>
+ <contrib>Developer</contrib>
+ <firstname>Alexander</firstname>
+ <surname>Larsson</surname>
+ <email>alexl@redhat.com</email>
+ </author>
+ </authorgroup>
+
+ </refentryinfo>
+
+ <refmeta>
+ <refentrytitle>gvfsd-fuse</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>gvfsd-fuse</refname>
+ <refpurpose>Fuse daemon for gvfs</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>gvfsd-fuse</command>
+ <arg choice="plain">PATH</arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1>
+ <title>Description</title>
+
+ <para><command>gvfsd-fuse</command> maintains
+ a fuse mount to make gvfs backends available to
+ POSIX applications. The mount point for the fuse
+ filesystem is provided by the <arg>PATH</arg>
+ argument.</para>
+
+ <para><command>gvfsd-fuse</command> is normally
+ started by
+ <citerefentry><refentrytitle>gvfsd</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
+ In this case, the mount point is
+ <filename><envar>$XDG_RUNTIME_DIR</envar>/gvfs</filename> or
+ <filename><envar>$HOME</envar>/.gvfs</filename>.</para>
+ </refsect1>
+
+ <refsect1>
+ <title>Options</title>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>-d</option></term>
+
+ <listitem><para>Enable fuse debug output.
+ This implies <option>-f</option>.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-f</option></term>
+
+ <listitem><para>Run in the foreground.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-s</option></term>
+
+ <listitem><para>Run single-threaded.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-o OPTION</option></term>
+
+ <listitem><para>Set a fuse-specific option.
+ See the fuse documentation for a list of these.</para></listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+
+ <refsect1>
+ <title>Exit status</title>
+
+ <para>On success 0 is returned, a non-zero failure
+ code otherwise.</para>
+ </refsect1>
+
+ <refsect1>
+ <title>See Also</title>
+ <para>
+ <citerefentry><refentrytitle>gvfs</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+ </para>
+ </refsect1>
+
+</refentry>