mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
docs-xml: Update nmbd manpage for new cmdline opition parser
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
3467214cf9
commit
4be015dd10
@ -21,15 +21,20 @@
|
||||
<cmdsynopsis>
|
||||
<command>nmbd</command>
|
||||
<arg choice="opt">-D|--daemon</arg>
|
||||
<arg choice="opt">-F|--foreground</arg>
|
||||
<arg choice="opt">-i|--interactive</arg>
|
||||
<arg choice="opt">-V</arg>
|
||||
<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 <port number></arg>
|
||||
<arg choice="opt">-s <configuration file></arg>
|
||||
<arg choice="opt">-F|--foreground</arg>
|
||||
<arg choice="opt">--no-process-group</arg>
|
||||
<arg choice="opt">-b|--build-options</arg>
|
||||
<arg choice="opt">-p <port number(s)></arg>
|
||||
<arg choice="opt">-P <profiling level></arg>
|
||||
<arg choice="opt">-d <debug level></arg>
|
||||
<arg choice="opt">--debug-stdout</arg>
|
||||
<arg choice="opt">--configfile=<configuration file></arg>
|
||||
<arg choice="opt">--option=<name>=<value></arg>
|
||||
<arg choice="opt">-l|--log-basename <log directory></arg>
|
||||
<arg choice="opt">--leak-report</arg>
|
||||
<arg choice="opt">--leak-report-full</arg>
|
||||
<arg choice="opt">-V|--version</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -115,8 +120,6 @@
|
||||
given. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&popt.autohelp;
|
||||
|
||||
<varlistentry>
|
||||
<term>-H|--hosts <filename></term>
|
||||
<listitem><para>NetBIOS lmhosts file. The lmhosts
|
||||
@ -138,9 +141,6 @@
|
||||
<manvolnum>5</manvolnum></citerefentry> man page for details on the contents of this file.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&stdarg.server.debug;
|
||||
&popt.common.samba;
|
||||
|
||||
<varlistentry>
|
||||
<term>-p|--port <UDP port number></term>
|
||||
<listitem><para>UDP port number is a positive integer value.
|
||||
@ -156,6 +156,8 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&cmdline.common.samba.server;
|
||||
&popt.autohelp;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user