diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-11 14:26:21 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-11 14:26:21 +0000 |
commit | 274b7650447f3580ba78e36a87f1cd88718c2032 (patch) | |
tree | 7536074cad0a6aa5e19b91a3691cf04a1671e537 /docs/docbook/smbdotconf/browse/browseable.xml | |
parent | 36814e19a411fdac926267341a86cfff5c79bc69 (diff) | |
download | samba-274b7650447f3580ba78e36a87f1cd88718c2032.tar.gz samba-274b7650447f3580ba78e36a87f1cd88718c2032.tar.bz2 samba-274b7650447f3580ba78e36a87f1cd88718c2032.zip |
Finish conversion of Browse options
(This used to be commit e59bd1d9fba71e7b8841a6d995f7bb9e156a15cc)
Diffstat (limited to 'docs/docbook/smbdotconf/browse/browseable.xml')
-rw-r--r-- | docs/docbook/smbdotconf/browse/browseable.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/docbook/smbdotconf/browse/browseable.xml b/docs/docbook/smbdotconf/browse/browseable.xml index c223d6c7d7..5da61cccfb 100644 --- a/docs/docbook/smbdotconf/browse/browseable.xml +++ b/docs/docbook/smbdotconf/browse/browseable.xml @@ -1,8 +1,11 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="BROWSEABLE"/>browseable (S)</term> - <listitem><para>This controls whether this share is seen in - the list of available shares in a net view and in the browse list.</para> +<samba:parameter name="browseable" + context="S" + basic="1" advanced="1" print="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>This controls whether this share is seen in + the list of available shares in a net view and in the browse list.</para> - <para>Default: <command moreinfo="none">browseable = yes</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">browseable = yes</command></para> +</listitem> +</samba:parameter> |