diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-10 12:55:56 +1300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-02-02 23:43:49 +0100 |
commit | eb1435ef4fdf603f25f0c46abeab0f1d2bc35c2d (patch) | |
tree | 7e487469ef706021170e63023f206d4840565589 | |
parent | 3d790388ae456d1432b572f5bfff6e5f6a28e9b3 (diff) | |
download | samba-eb1435ef4fdf603f25f0c46abeab0f1d2bc35c2d.tar.gz samba-eb1435ef4fdf603f25f0c46abeab0f1d2bc35c2d.tar.xz samba-eb1435ef4fdf603f25f0c46abeab0f1d2bc35c2d.zip |
docs: fix type for nbt 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/nbtport.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/nbtport.xml b/docs-xml/smbdotconf/protocol/nbtport.xml index d269189224..1d99270b81 100644 --- a/docs-xml/smbdotconf/protocol/nbtport.xml +++ b/docs-xml/smbdotconf/protocol/nbtport.xml @@ -1,6 +1,6 @@ <samba:parameter name="nbt port" context="G" - type="list" + type="integer" advanced="1" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> |