smb.conf(5): client min protocol: add hint at list of available protocols
authorBjörn Baumbach <bb@sernet.de>
Tue, 16 Oct 2012 08:14:55 +0000 (10:14 +0200)
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/clientminprotocol.xml
docs-xml/smbdotconf/protocol/serverminprotocol.xml

index 3bcccec82bf3223993f370b3eaad6364298c0173..8687c5f2b827bd06af769ec3334f8e121e551609 100644 (file)
@@ -1,15 +1,18 @@
 <samba:parameter name="client 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">
 <description>
-       <para>This setting controls the minimum protocol version that the client
-               will attempt to use.</para>
+       <para>This setting controls the minimum protocol version that the
+       client will attempt 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>
+       <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>
+
+       <para>See <related>client max protocol</related> for a full list
+       of avaiable protocols</para>
 </description>
 
 <related>client max protocol</related>
index 315d24b438d10d83d7f6a3778f0d4f11dcc9a531..c62ebb3e204ba361f5b2cb5cdc7dcbb55b58b93c 100644 (file)
@@ -13,7 +13,7 @@
        protocol.</para>
 
        <para>See <related>server max protocol</related> for a full list
-       of avaiable protocols.</para>
+       of available protocols.</para>
 </description>
 
 <related>server max protocol</related>