From bcf6317a6e670489f8118ad510cbfebfad197ed4 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Wed, 27 Mar 2002 16:02:26 +0000 Subject: Update smbstatus manpage source. Includes corrections of some flags, addition of long flags from conversion to popt, and update of the version number. Can someone with working docbook do the magic to this thing? (This used to be commit e074f10622329ba6588078f8c640fbc29f536c5b) --- docs/docbook/manpages/smbstatus.1.sgml | 35 ++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/smbstatus.1.sgml b/docs/docbook/manpages/smbstatus.1.sgml index c2f638b88e..99963a4bec 100644 --- a/docs/docbook/manpages/smbstatus.1.sgml +++ b/docs/docbook/manpages/smbstatus.1.sgml @@ -17,8 +17,10 @@ smbstatus -P -b - -d + -d <debug level> + -v -L + -B -p -S -s <configuration file> @@ -41,34 +43,47 @@ - -P + -P|--profile If samba has been compiled with the profiling option, print only the contents of the profiling shared memory area. - -b + -b|--brief gives brief output. - -d + -d|--debug=<debuglevel> + sets debugging to specified level + + + + + + -v|--verbose gives verbose output. - -L + -L|--locks causes smbstatus to only list locks. + + + -B|--byterange + causes smbstatus to include byte range locks. + + - -p + -p|--processes print a list of smbd(8) processes and exit. Useful for scripting. @@ -76,7 +91,7 @@ - -S + -S|--shares causes smbstatus to only list shares. @@ -84,7 +99,7 @@ - -s <configuration file> + -s|--conf=<configuration file> The default configuration file name is determined at compile time. The file specified contains the configuration details required by the server. See - -u <username> + -u|--user=<username> selects information relevant to username only. @@ -107,7 +122,7 @@ VERSION - This man page is correct for version 2.2 of + This man page is correct for version 3.0 of the Samba suite. -- cgit