<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>
</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
</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.
2 turns on complete profiling, and 3 resets all profiling data.
</para></listitem>
</varlistentry>
+
+ &cmdline.common.samba.server;
+ &popt.autohelp;
+
</variablelist>
</refsect1>