diff options
author | Christof Schmitt <cs@samba.org> | 2013-11-20 16:19:37 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-11-20 16:45:06 -0800 |
commit | 3baeca4fec7c6cc94bdf51544221d280a699fdbe (patch) | |
tree | bad687fecb352e8bf211b7f4f8c26eb4dbf73185 /docs-xml/manpages | |
parent | c63e148361cdb2cc4611c97b3fe8ccb07e2d86b2 (diff) | |
download | samba-3baeca4fec7c6cc94bdf51544221d280a699fdbe.tar.gz |
docs: Add winbindd to destination parameter in smbcontrol manpage
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/smbcontrol.1.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs-xml/manpages/smbcontrol.1.xml b/docs-xml/manpages/smbcontrol.1.xml index 234e02d9c05..64c9d4872db 100644 --- a/docs-xml/manpages/smbcontrol.1.xml +++ b/docs-xml/manpages/smbcontrol.1.xml @@ -61,7 +61,9 @@ <varlistentry> <term>destination</term> - <listitem><para>One of <parameter>nmbd</parameter>, <parameter>smbd</parameter> or a process ID.</para> + <listitem><para>One of <parameter>nmbd</parameter>, + <parameter>smbd</parameter>, <parameter>winbindd</parameter> + or a process ID.</para> <para>The <parameter>all</parameter> destination causes the message to "broadcast" to all running daemons including nmbd and |