smb.conf(5): server min protocol: add hint at list of available protocols
authorBjörn Baumbach <bb@sernet.de>
Tue, 11 Dec 2012 12:46:38 +0000 (13:46 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 15 Jan 2013 13:49:19 +0000 (14:49 +0100)
And fix the format.

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
docs-xml/smbdotconf/protocol/serverminprotocol.xml

index 4edecc45c488b2815627cb8426d060f8d0316e44..315d24b438d10d83d7f6a3778f0d4f11dcc9a531 100644 (file)
@@ -1,16 +1,19 @@
 <samba:parameter name="server min protocol"
-                 context="G"
-                 type="enum"
-                 developer="1"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+                context="G"
+                type="enum"
+                developer="1"
+                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>min protocol</synonym>
 <description>
        <para>This setting controls the minimum protocol version that the server
-               will allow the client to use.</para>
+       will allow the client to use.</para>
 
        <para>Normally this option should not be set as the automatic negotiation
-               phase in the SMB protocol takes care of choosing the appropriate
-               protocol.</para>
+       phase in the SMB protocol takes care of choosing the appropriate
+       protocol.</para>
+
+       <para>See <related>server max protocol</related> for a full list
+       of avaiable protocols.</para>
 </description>
 
 <related>server max protocol</related>