mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
docs-xml: Update samba.8 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
236c35f702
commit
0d243b329b
@ -19,21 +19,21 @@
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>samba</command>
|
||||
<arg choice="opt">-D</arg>
|
||||
<arg choice="opt">-i</arg>
|
||||
<arg choice="opt">-M <model></arg>
|
||||
<arg choice="opt">--maximum-runtime=<seconds></arg>
|
||||
<arg choice="opt">-b</arg>
|
||||
<arg choice="opt">--help</arg>
|
||||
<arg choice="opt">--usage</arg>
|
||||
<arg choice="opt">-d <debug level></arg>
|
||||
<arg choice="opt">--debug-stderr</arg>
|
||||
<arg choice="opt">-s <configuration file></arg>
|
||||
<arg choice="opt">--option=<smb_conf_param>=<value></arg>
|
||||
<arg choice="opt">-l <log directory></arg>
|
||||
<arg choice="opt">-D|--daemon</arg>
|
||||
<arg choice="opt">-F|--foreground</arg>
|
||||
<arg choice="opt">-i|--interactive</arg>
|
||||
<arg choice="opt">-M|--model=MODEL</arg>
|
||||
<arg choice="opt">--maximum-runtime=seconds</arg>
|
||||
<arg choice="opt">-b|--show-build</arg>
|
||||
<arg choice="opt">--no-process-group</arg>
|
||||
<arg choice="opt">-d|--debuglevel=DEBUGLEVEL</arg>
|
||||
<arg choice="opt">--debug-stdout</arg>
|
||||
<arg choice="opt">--configfile=CONFIGFILE</arg>
|
||||
<arg choice="opt">--option=name=value</arg>
|
||||
<arg choice="opt">-l|--log-basename=LOGFILEBASE</arg>
|
||||
<arg choice="opt">--leak-report</arg>
|
||||
<arg choice="opt">--leak-report-full</arg>
|
||||
<arg choice="opt">-V</arg>
|
||||
<arg choice="opt">-V|--version</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -88,6 +88,14 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-F|--foreground</term>
|
||||
<listitem><para>If specified, this parameter causes
|
||||
the <command>samba</command> process to not daemonize,
|
||||
i.e. double-fork and disassociate with the terminal.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-i|--interactive</term>
|
||||
<listitem><para>If this parameter is specified it causes the
|
||||
@ -155,29 +163,7 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--usage</term>
|
||||
<listitem><para>Display brief usage message.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--debug-stderr</term>
|
||||
<listitem><para>Send debug output to STDERR.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--leak-report</term>
|
||||
<listitem><para>Enable talloc leak reporting on exit.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--leak-report-full</term>
|
||||
<listitem><para>Enable full talloc leak reporting on exit.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&popt.common.samba.server;
|
||||
&cmdline.common.samba.server;
|
||||
&popt.autohelp;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
Loading…
Reference in New Issue
Block a user