From 93dfd5275d1c05419458a05b0480d9881c0ca1bd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Jan 2021 14:41:51 +0100 Subject: [PATCH] docs-xml: Update smbd manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- docs-xml/manpages/smbd.8.xml | 48 +++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/docs-xml/manpages/smbd.8.xml b/docs-xml/manpages/smbd.8.xml index 5d22bfc599f..ac4164fe1f8 100644 --- a/docs-xml/manpages/smbd.8.xml +++ b/docs-xml/manpages/smbd.8.xml @@ -20,16 +20,20 @@ smbd -D|--daemon - -F|--foreground -i|--interactive - -V + -F|--foreground + --no-process-group -b|--build-options - -d <debug level> - -l|--log-basename <log directory> -p <port number(s)> -P <profiling level> - -s <configuration file> - --no-process-group + -d <debug level> + --debug-stdout + --configfile=<configuration file> + --option=<name>=<value> + -l|--log-basename <log directory> + --leak-report + --leak-report-full + -V|--version @@ -98,6 +102,18 @@ + + -i|--interactive + 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. smbd will only accept one + connection and terminate. It will also log to standard output, + as if the -S parameter had been given. + + + -F|--foreground If specified, this parameter causes @@ -113,22 +129,6 @@ - - -i|--interactive - 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. smbd will only accept one - connection and terminate. It will also log to standard output, - as if the -S parameter had been given. - - - - &stdarg.server.debug; - &popt.common.samba; - &popt.autohelp; - --no-process-group Do not create a new process group for smbd. @@ -160,6 +160,10 @@ 2 turns on complete profiling, and 3 resets all profiling data. + + &cmdline.common.samba.server; + &popt.autohelp; +