diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-19 08:33:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-19 08:33:31 +0200 |
commit | 47902702b3e6390de05f8fca2bc457936af9f5c1 (patch) | |
tree | 753d16520120953a54bedae8cb197f7d0672bfac /docs-xml/smbdotconf/protocol | |
parent | aad30c062fd176fa15994a44a0178d51764cdbf7 (diff) | |
download | samba-47902702b3e6390de05f8fca2bc457936af9f5c1.tar.gz samba-47902702b3e6390de05f8fca2bc457936af9f5c1.tar.bz2 samba-47902702b3e6390de05f8fca2bc457936af9f5c1.zip |
smb.conf(5): Fix mixing of tabs and spaces.
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r-- | docs-xml/smbdotconf/protocol/serverminprotocol.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml index feab2182df..4edecc45c4 100644 --- a/docs-xml/smbdotconf/protocol/serverminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/serverminprotocol.xml @@ -1,16 +1,16 @@ <samba:parameter name="server min protocol" context="G" type="enum" - developer="1" + 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> - <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> </description> <related>server max protocol</related> |