summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorYvan Masson <yvan@masson-informatique.fr>2017-09-26 15:37:38 +0200
committerVolker Lendecke <vl@samba.org>2017-09-27 18:44:44 +0200
commit15d14d61260e42a1baff8478643c1ba9672b7681 (patch)
tree4018d5d5ad31d52ec02ebe012a555154dc6c61cd /docs-xml
parent61de349673809b17e680496b616bc432bf0823b0 (diff)
downloadsamba-15d14d61260e42a1baff8478643c1ba9672b7681.tar.gz
docs/ntvfshandler: remove duplicate value
The "posix" value of option "ntvfs handler" was written two times. This commit deletes the first occurrence so that the default value is the first seen by reader. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13053 Signed-off-by: Yvan Masson <yvan@masson-informatique.fr> Reviewed-by: Marc Muehlfeld <mmuehlfeld@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 27 18:44:45 CEST 2017 on sn-devel-144
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/vfs/ntvfshandler.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/vfs/ntvfshandler.xml b/docs-xml/smbdotconf/vfs/ntvfshandler.xml
index af9d7bf900a..c5fcf8c316b 100644
--- a/docs-xml/smbdotconf/vfs/ntvfshandler.xml
+++ b/docs-xml/smbdotconf/vfs/ntvfshandler.xml
@@ -6,7 +6,6 @@
<para>This specifies the NTVFS handlers for this share.</para>
<itemizedlist>
- <listitem><para>posix: Maps POSIX FS semantics to NT semantics</para></listitem>
<listitem><para>unixuid: Sets up user credentials based on POSIX gid/uid.</para></listitem>
<listitem><para>cifs: Proxies a remote CIFS FS. Mainly useful for testing.</para></listitem>
<listitem><para>nbench: Filter module that saves data useful to the nbench benchmark suite.</para></listitem>