1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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
This commit is contained in:
Yvan Masson 2017-09-26 15:37:38 +02:00 committed by Volker Lendecke
parent 61de349673
commit 15d14d6126

View 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>