diff options
author | Björn Baumbach <bb@sernet.de> | 2012-10-16 10:14:55 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-01-15 14:49:19 +0100 |
commit | 07660ac01acf4fd4b03436dd0f597a246948a590 (patch) | |
tree | 246dc1f976a6bad160fe3871c4fd513314185b99 | |
parent | d6ec1ef6cc679c94a6a83fad11711bae27db6ff7 (diff) | |
download | samba-07660ac01acf4fd4b03436dd0f597a246948a590.tar.gz samba-07660ac01acf4fd4b03436dd0f597a246948a590.tar.xz samba-07660ac01acf4fd4b03436dd0f597a246948a590.zip |
smb.conf(5): client min protocol: add hint at list of available protocols
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>
-rw-r--r-- | docs-xml/smbdotconf/protocol/clientminprotocol.xml | 21 | ||||
-rw-r--r-- | docs-xml/smbdotconf/protocol/serverminprotocol.xml | 2 |
2 files changed, 13 insertions, 10 deletions
diff --git a/docs-xml/smbdotconf/protocol/clientminprotocol.xml b/docs-xml/smbdotconf/protocol/clientminprotocol.xml index 3bcccec82b..8687c5f2b8 100644 --- a/docs-xml/smbdotconf/protocol/clientminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/clientminprotocol.xml @@ -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> diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml index 315d24b438..c62ebb3e20 100644 --- a/docs-xml/smbdotconf/protocol/serverminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/serverminprotocol.xml @@ -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> |