From 0531f6f5331508bb5fa24e3fc5e62aaafa94f383 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Jan 2021 15:14:39 +0100 Subject: [PATCH] docs-xml: Update winbindd manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- docs-xml/manpages/winbindd.8.xml | 45 ++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/docs-xml/manpages/winbindd.8.xml b/docs-xml/manpages/winbindd.8.xml index 2c457a46d90..3b7487c1b1c 100644 --- a/docs-xml/manpages/winbindd.8.xml +++ b/docs-xml/manpages/winbindd.8.xml @@ -21,12 +21,18 @@ winbindd -D|--daemon - -F|--foreground -i|--interactive - -d <debug level> - -s <smb config file> - -n|--no-caching + -F|--foreground --no-process-group + -n|--no-caching + -d <debug level> + --debug-stdout + --configfile=<configuration file> + --option=<name>=<value> + -l|--log-basename <log directory> + --leak-report + --leak-report-full + -V|--version @@ -144,6 +150,17 @@ hosts: files wins + + -i|--interactive + Tells winbindd to not + become a daemon and detach from the current terminal. This + option is used by developers when interactive debugging + of winbindd is required. + winbindd also logs to standard output, + as if the -S parameter had been given. + + + -F|--foreground If specified, this parameter causes @@ -159,18 +176,9 @@ hosts: files wins - &stdarg.server.debug; - &popt.common.samba; - &popt.autohelp; - - -i|--interactive - Tells winbindd to not - become a daemon and detach from the current terminal. This - option is used by developers when interactive debugging - of winbindd is required. - winbindd also logs to standard output, - as if the -S parameter had been given. + --no-process-group + Do not create a new process group for winbindd. @@ -187,11 +195,8 @@ hosts: files wins - - --no-process-group - Do not create a new process group for winbindd. - - + &cmdline.common.samba.server; + &popt.autohelp; -- 2.47.3