mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
docs-xml: Update smbd 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
4be015dd10
commit
93dfd5275d
@ -20,16 +20,20 @@
|
||||
<cmdsynopsis>
|
||||
<command>smbd</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">-F|--foreground</arg>
|
||||
<arg choice="opt">--no-process-group</arg>
|
||||
<arg choice="opt">-b|--build-options</arg>
|
||||
<arg choice="opt">-d <debug level></arg>
|
||||
<arg choice="opt">-l|--log-basename <log directory></arg>
|
||||
<arg choice="opt">-p <port number(s)></arg>
|
||||
<arg choice="opt">-P <profiling level></arg>
|
||||
<arg choice="opt">-s <configuration file></arg>
|
||||
<arg choice="opt">--no-process-group</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>
|
||||
|
||||
@ -98,6 +102,18 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-i|--interactive</term>
|
||||
<listitem><para>If this parameter is specified it causes the
|
||||
server to run "interactively", not as a daemon, even if the
|
||||
server is executed on the command line of a shell. Setting this
|
||||
parameter negates the implicit daemon mode when run from the
|
||||
command line. <command>smbd</command> will only accept one
|
||||
connection and terminate. It will also log to standard output,
|
||||
as if the <command>-S</command> parameter had been given.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-F|--foreground</term>
|
||||
<listitem><para>If specified, this parameter causes
|
||||
@ -113,22 +129,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-i|--interactive</term>
|
||||
<listitem><para>If this parameter is specified it causes the
|
||||
server to run "interactively", not as a daemon, even if the
|
||||
server is executed on the command line of a shell. Setting this
|
||||
parameter negates the implicit daemon mode when run from the
|
||||
command line. <command>smbd</command> will only accept one
|
||||
connection and terminate. It will also log to standard output,
|
||||
as if the <command>-S</command> parameter had been given.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&stdarg.server.debug;
|
||||
&popt.common.samba;
|
||||
&popt.autohelp;
|
||||
|
||||
<varlistentry>
|
||||
<term>--no-process-group</term>
|
||||
<listitem><para>Do not create a new process group for smbd.
|
||||
@ -160,6 +160,10 @@
|
||||
2 turns on complete profiling, and 3 resets all profiling data.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&cmdline.common.samba.server;
|
||||
&popt.autohelp;
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user