summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-02-11 14:31:26 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-04-29 03:58:37 +0000
commit0d243b329bdcf9b884b1db1f415599b5e233e663 (patch)
tree46fd95a71f9462accf74a33a9e80f5c5756d53d9 /docs-xml
parent236c35f702d21fde5db7834ffaeab3f3032a2136 (diff)
downloadsamba-0d243b329bdcf9b884b1db1f415599b5e233e663.tar.gz
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>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/samba.8.xml58
1 files changed, 22 insertions, 36 deletions
diff --git a/docs-xml/manpages/samba.8.xml b/docs-xml/manpages/samba.8.xml
index 35b3e9f464e..c2fd49d0019 100644
--- a/docs-xml/manpages/samba.8.xml
+++ b/docs-xml/manpages/samba.8.xml
@@ -19,21 +19,21 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>samba</command>
- <arg choice="opt">-D</arg>
- <arg choice="opt">-i</arg>
- <arg choice="opt">-M &lt;model&gt;</arg>
- <arg choice="opt">--maximum-runtime=&lt;seconds&gt;</arg>
- <arg choice="opt">-b</arg>
- <arg choice="opt">--help</arg>
- <arg choice="opt">--usage</arg>
- <arg choice="opt">-d &lt;debug level&gt;</arg>
- <arg choice="opt">--debug-stderr</arg>
- <arg choice="opt">-s &lt;configuration file&gt;</arg>
- <arg choice="opt">--option=&lt;smb_conf_param&gt;=&lt;value&gt;</arg>
- <arg choice="opt">-l &lt;log directory&gt;</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>
@@ -89,6 +89,14 @@
</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
server to run "interactively", not as a daemon, even if 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>