diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 17:31:50 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:41 +0100 |
commit | d6a07717a7f2febdd4591fc0c3c1fe8b719963e9 (patch) | |
tree | c051c44598d833dd160dd4e8436cea845f36e5f9 /docs-xml/manpages | |
parent | 548d9daeffc83191ea1e6ea51ce63aacffe98c41 (diff) | |
download | samba-d6a07717a7f2febdd4591fc0c3c1fe8b719963e9.tar.gz samba-d6a07717a7f2febdd4591fc0c3c1fe8b719963e9.tar.xz samba-d6a07717a7f2febdd4591fc0c3c1fe8b719963e9.zip |
docs: mention --port 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 8540a09a53..b7ead70da2 100644 --- a/docs-xml/manpages/nmbd.8.xml +++ b/docs-xml/manpages/nmbd.8.xml @@ -28,7 +28,7 @@ <arg choice="opt">-d <debug level></arg> <arg choice="opt">-H|--hosts <lmhosts file></arg> <arg choice="opt">-l <log directory></arg> - <arg choice="opt">-p <port number></arg> + <arg choice="opt">-p|--port <port number></arg> <arg choice="opt">-s <configuration file></arg> <arg choice="opt">--no-process-group</arg> </cmdsynopsis> @@ -150,7 +150,7 @@ &popt.common.samba; <varlistentry> - <term>-p <UDP port number></term> + <term>-p|--port <UDP port number></term> <listitem><para>UDP port number is a positive integer value. This option changes the default UDP port number (normally 137) that <command>nmbd</command> responds to name queries on. Don't |