From 07660ac01acf4fd4b03436dd0f597a246948a590 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Tue, 16 Oct 2012 10:14:55 +0200 Subject: [PATCH] smb.conf(5): client min protocol: add hint at list of available protocols MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit And fix the format. Signed-off-by: Björn Baumbach Reviewed-by: Michael Adam Reviewed-by: Volker Lendecke --- docs-xml/smbdotconf/protocol/clientminprotocol.xml | 21 ++++++++++++--------- 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 3bcccec82bf..8687c5f2b82 100644 --- a/docs-xml/smbdotconf/protocol/clientminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/clientminprotocol.xml @@ -1,15 +1,18 @@ + context="G" + type="enum" + developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - This setting controls the minimum protocol version that the client - will attempt to use. + This setting controls the minimum protocol version that the + client will attempt to use. - Normally this option should not be set as the automatic - negotiation phase in the SMB protocol takes care of choosing - the appropriate protocol. + Normally this option should not be set as the automatic + negotiation phase in the SMB protocol takes care of choosing + the appropriate protocol. + + See client max protocol for a full list + of avaiable protocols client max protocol diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml index 315d24b438d..c62ebb3e204 100644 --- a/docs-xml/smbdotconf/protocol/serverminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/serverminprotocol.xml @@ -13,7 +13,7 @@ protocol. See server max protocol for a full list - of avaiable protocols. + of available protocols. server max protocol -- 2.11.4.GIT