diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 17:29:37 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | a624426d86cf2da69ba2e03506b5f252d32adb11 (patch) | |
tree | a7839e3454f94390f4d0e76043a02772e01b385a /docs-xml/manpages | |
parent | ea99d8a256df7faaedc5b8903fe183f4dcbde296 (diff) | |
download | samba-a624426d86cf2da69ba2e03506b5f252d32adb11.tar.gz samba-a624426d86cf2da69ba2e03506b5f252d32adb11.tar.xz samba-a624426d86cf2da69ba2e03506b5f252d32adb11.zip |
docs: mention --log-stdout in nmbd manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/nmbd.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/manpages/nmbd.8.xml b/docs-xml/manpages/nmbd.8.xml index 62f33801ef..715796d7a4 100644 --- a/docs-xml/manpages/nmbd.8.xml +++ b/docs-xml/manpages/nmbd.8.xml @@ -22,7 +22,7 @@ <command>nmbd</command> <arg choice="opt">-D|--daemon</arg> <arg choice="opt">-F|--foreground</arg> - <arg choice="opt">-S</arg> + <arg choice="opt">-S|--log-stdout</arg> <arg choice="opt">-i|--interactive</arg> <arg choice="opt">-V</arg> <arg choice="opt">-d <debug level></arg> @@ -105,7 +105,7 @@ </varlistentry> <varlistentry> - <term>-S</term> + <term>-S|--log-stdout</term> <listitem><para>If specified, this parameter causes <command>nmbd</command> to log to standard output rather than a file.</para></listitem> |