diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-10 12:55:59 +1300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-02-02 23:43:57 +0100 |
commit | fbaf49bc5a2a6055a6d7e0dff2a3ffec47eba436 (patch) | |
tree | 45761a674d29139ed9013c3545d81c4537627f34 | |
parent | ec937af168e8ee74408ae953616a516061a07b9f (diff) | |
download | samba-fbaf49bc5a2a6055a6d7e0dff2a3ffec47eba436.tar.gz samba-fbaf49bc5a2a6055a6d7e0dff2a3ffec47eba436.tar.xz samba-fbaf49bc5a2a6055a6d7e0dff2a3ffec47eba436.zip |
docs: fix type for remote browse sync 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/misc/remotebrowsesync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/misc/remotebrowsesync.xml b/docs-xml/smbdotconf/misc/remotebrowsesync.xml index c966c95be0..d6e66f15eb 100644 --- a/docs-xml/smbdotconf/misc/remotebrowsesync.xml +++ b/docs-xml/smbdotconf/misc/remotebrowsesync.xml @@ -1,7 +1,7 @@ <samba:parameter name="remote browse sync" context="G" advanced="1" developer="1" - type="list" + type="string" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para> |