From: Andreas Schneider Date: Thu, 11 Feb 2021 13:31:26 +0000 (+0100) Subject: docs-xml: Update samba.8 manpage for new cmdline opition parser X-Git-Tag: tevent-0.11.0~958 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d243b329bdcf9b884b1db1f415599b5e233e663;p=thirdparty%2Fsamba.git docs-xml: Update samba.8 manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- 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 @@ samba - -D - -i - -M <model> - --maximum-runtime=<seconds> - -b - --help - --usage - -d <debug level> - --debug-stderr - -s <configuration file> - --option=<smb_conf_param>=<value> - -l <log directory> + -D|--daemon + -F|--foreground + -i|--interactive + -M|--model=MODEL + --maximum-runtime=seconds + -b|--show-build + --no-process-group + -d|--debuglevel=DEBUGLEVEL + --debug-stdout + --configfile=CONFIGFILE + --option=name=value + -l|--log-basename=LOGFILEBASE --leak-report --leak-report-full - -V + -V|--version @@ -88,6 +88,14 @@ + + -F|--foreground + If specified, this parameter causes + the samba process to not daemonize, + i.e. double-fork and disassociate with the terminal. + + + -i|--interactive If this parameter is specified it causes the @@ -155,29 +163,7 @@ - - --usage - Display brief usage message. - - - - --debug-stderr - Send debug output to STDERR. - - - - --leak-report - Enable talloc leak reporting on exit. - - - - - --leak-report-full - Enable full talloc leak reporting on exit. - - - - &popt.common.samba.server; + &cmdline.common.samba.server; &popt.autohelp;