From 4be015dd106bc45b45dafd49dc20d5ffbf19b457 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Jan 2021 15:10:46 +0100 Subject: [PATCH] docs-xml: Update nmbd manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- docs-xml/manpages/nmbd.8.xml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) 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; -- 2.47.3