diff options
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> |