From 6bb6e0c54f8b34103f8a632a676ce81bd59f0583 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 18 Jan 2021 16:19:39 +0100 Subject: [PATCH] docs-xml: Update smbstatus manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- docs-xml/manpages/smbstatus.1.xml | 47 ++++++++++++++++--------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/docs-xml/manpages/smbstatus.1.xml b/docs-xml/manpages/smbstatus.1.xml index c5f7e464a43..e0945761b28 100644 --- a/docs-xml/manpages/smbstatus.1.xml +++ b/docs-xml/manpages/smbstatus.1.xml @@ -19,20 +19,28 @@ smbstatus - -P - -b - -d <debug level> - -v - -L - -B - -p - -S - -N - -f - -s <configuration file> - -u <username> - -n|--numeric + -p|--processes + -v|--verbose + -L|--locks + -S|--shares + -N|--notify + -u|--user=STRING + -b|--brief + -P|--profile -R|--profile-rates + -B|--byterange + -n|--numeric + -f|--fast + --resolve-uids + -?|--help + --usage + -d|--debuglevel=DEBUGLEVEL + --debug-stdout + --configfile=CONFIGFILE + --option=name=value + -l|--log-basename=LOGFILEBASE + --leak-report + --leak-report-full @@ -69,37 +77,30 @@ gives brief output. - &stdarg.server.debug; - &popt.common.samba; - -v|--verbose gives verbose output. - -L|--locks causes smbstatus to only list locks. - -B|--byterange causes smbstatus to include byte range locks. - -p|--processes print a list of smbd 8 processes and exit. Useful for scripting. - - + -S|--shares causes smbstatus to only list shares. @@ -122,8 +123,6 @@ - &stdarg.help; - -u|--user=<username> selects information relevant to username only. @@ -137,6 +136,8 @@ + &popt.autohelp; + &cmdline.common.samba.client; -- 2.47.3