diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-11 14:46:50 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-11 14:46:50 +0000 |
commit | 7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8 (patch) | |
tree | 84ec4adff6bb18e487ad2664f8f02486231462b2 /docs/docbook/smbdotconf/wins/winsproxy.xml | |
parent | 1da829be47a8b291924acc9f2346950744d690ab (diff) | |
download | samba-7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8.tar.gz samba-7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8.tar.bz2 samba-7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8.zip |
Finish conversion of WINS options
(This used to be commit eb7a35110eac38fb545c34f3b9e33cbd58d60fdc)
Diffstat (limited to 'docs/docbook/smbdotconf/wins/winsproxy.xml')
-rw-r--r-- | docs/docbook/smbdotconf/wins/winsproxy.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/docbook/smbdotconf/wins/winsproxy.xml b/docs/docbook/smbdotconf/wins/winsproxy.xml index 31978d3b24..11f47e31c7 100644 --- a/docs/docbook/smbdotconf/wins/winsproxy.xml +++ b/docs/docbook/smbdotconf/wins/winsproxy.xml @@ -1,9 +1,13 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="WINSPROXY"/>wins proxy (G)</term> - <listitem><para>This is a boolean that controls if <ulink url="nmbd.8.html">nmbd(8)</ulink> will respond to broadcast name - queries on behalf of other hosts. You may need to set this - to <constant>yes</constant> for some older clients.</para> +<samba:parameter name="wins proxy" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>This is a boolean that controls if <citerefentry><refentrytitle>nmbd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> will respond to broadcast name + queries on behalf of other hosts. You may need to set this + to <constant>yes</constant> for some older clients.</para> - <para>Default: <command moreinfo="none">wins proxy = no</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">wins proxy = no</command></para> +</listitem> +</samba:parameter> |