docs/ntvfshandler: remove duplicate value
authorYvan Masson <yvan@masson-informatique.fr>
Tue, 26 Sep 2017 13:37:38 +0000 (15:37 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 27 Sep 2017 16:44:44 +0000 (18:44 +0200)
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

docs-xml/smbdotconf/vfs/ntvfshandler.xml

index af9d7bf900aa346906595a1809cc1690530a47d8..c5fcf8c316b06ad26fdbcdbdaf75affdd874112f 100644 (file)
@@ -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>