From: Andreas Schneider Date: Fri, 15 Jan 2021 14:10:46 +0000 (+0100) Subject: docs-xml: Update nmbd manpage for new cmdline opition parser X-Git-Tag: tevent-0.11.0~963 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4be015dd106bc45b45dafd49dc20d5ffbf19b457;p=thirdparty%2Fsamba.git docs-xml: Update nmbd manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/nmbd.8.xml b/docs-xml/manpages/nmbd.8.xml index 2eea65bfe6a..5400a671357 100644 --- a/docs-xml/manpages/nmbd.8.xml +++ b/docs-xml/manpages/nmbd.8.xml @@ -21,15 +21,20 @@ nmbd -D|--daemon - -F|--foreground -i|--interactive - -V - -d <debug level> - -H|--hosts <lmhosts file> - -l <log directory> - -p|--port <port number> - -s <configuration file> + -F|--foreground --no-process-group + -b|--build-options + -p <port number(s)> + -P <profiling level> + -d <debug level> + --debug-stdout + --configfile=<configuration file> + --option=<name>=<value> + -l|--log-basename <log directory> + --leak-report + --leak-report-full + -V|--version @@ -115,8 +120,6 @@ given. - &popt.autohelp; - -H|--hosts <filename> NetBIOS lmhosts file. The lmhosts @@ -138,9 +141,6 @@ 5 man page for details on the contents of this file. - &stdarg.server.debug; - &popt.common.samba; - -p|--port <UDP port number> UDP port number is a positive integer value. @@ -156,6 +156,8 @@ + &cmdline.common.samba.server; + &popt.autohelp;