[PATCH] docs/ntvfshandler: remove duplicate value

Marc Muehlfeld mmuehlfeld at samba.org
Tue Sep 26 16:13:00 UTC 2017


Hi,

> https://bugzilla.samba.org/show_bug.cgi?id=13053

please review and push the attached patch. Thanks.


Regards,
Marc
-------------- next part --------------
From f0a163549a1d3b4a5460131bbf9d61e9779b501a Mon Sep 17 00:00:00 2001
From: Yvan Masson <yvan at masson-informatique.fr>
Date: Tue, 26 Sep 2017 15:37:38 +0200
Subject: [PATCH] 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 at masson-informatique.fr>
Reviewed-by:  Marc Muehlfeld <mmuehlfeld at samba.org>

---
 docs-xml/smbdotconf/vfs/ntvfshandler.xml | 1 -
 1 file changed, 1 deletion(-)

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




More information about the samba-technical mailing list