diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-10 12:55:57 +1300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-02-02 23:43:50 +0100 |
commit | 1dd557f9edf94ac7948b0585332c383f7046ae35 (patch) | |
tree | f883b22c5ef547df9ced67a01ba24d7a003a355f | |
parent | 5a007783053f0fd4016ab28ffedb95b152860b08 (diff) | |
download | samba-1dd557f9edf94ac7948b0585332c383f7046ae35.tar.gz samba-1dd557f9edf94ac7948b0585332c383f7046ae35.tar.xz samba-1dd557f9edf94ac7948b0585332c383f7046ae35.zip |
docs: fix type for web port parameter
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | docs-xml/smbdotconf/protocol/webport.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/webport.xml b/docs-xml/smbdotconf/protocol/webport.xml index 1b1073c60d..77eeef4eb5 100644 --- a/docs-xml/smbdotconf/protocol/webport.xml +++ b/docs-xml/smbdotconf/protocol/webport.xml @@ -1,6 +1,6 @@ <samba:parameter name="web port" context="G" - type="list" + type="integer" advanced="1" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> |