diff options
author | Ondrej Holy <oholy@redhat.com> | 2015-03-06 10:03:12 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2015-03-09 13:16:56 +0100 |
commit | e0b3c9e2945a581c6020263bd32a2d80f0f5a269 (patch) | |
tree | b0d978b8515a5d6ff5e43ccd890e36b881a650ea /man | |
parent | 26c3dc3986760483625262a4a3564f1696f829b3 (diff) | |
download | gvfs-e0b3c9e2945a581c6020263bd32a2d80f0f5a269.tar.gz |
man: add missing deamons
https://bugzilla.gnome.org/show_bug.cgi?id=745731
Diffstat (limited to 'man')
-rw-r--r-- | man/gvfs.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/gvfs.xml b/man/gvfs.xml index b85b81f4..2999a9b2 100644 --- a/man/gvfs.xml +++ b/man/gvfs.xml @@ -37,7 +37,7 @@ includes a 'local' implementation using POSIX. gvfs provides implementations that go beyond that and allow to access files and storage using many protocols, such - as ftp, http, sftp, dav, etc. It also provides + as ftp, http, sftp, dav, nfs, etc. It also provides support for trash folders, for cd burning and for monitoring interesting devices and volumes on the computer.</para> @@ -74,9 +74,12 @@ <listitem><para>gvfsd-dav - mounts DAV filesystems</para></listitem> <listitem><para>gvfsd-dnssd - browses dnssd</para></listitem> <listitem><para>gvfsd-ftp - mounts over FTP</para></listitem> + <listitem><para>gvfsd-gphoto2 - mounts over PTP</para></listitem> <listitem><para>gvfsd-http - mounts over HTTP</para></listitem> <listitem><para>gvfsd-localtest - a test backend</para></listitem> + <listitem><para>gvfsd-mtp - mounts over MTP</para></listitem> <listitem><para>gvfsd-network - provides network://</para></listitem> + <listitem><para>gvfsd-nfs - mounts over NFS</para></listitem> <listitem><para>gvfsd-recent - provides recent://</para></listitem> <listitem><para>gvfsd-sftp - mounts over sftp</para></listitem> <listitem><para>gvfsd-smb - mounts Windows Shares Filesystem volumes</para></listitem> |