summaryrefslogtreecommitdiff
path: root/docs/manpages/smbstatus.1
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-03-28 16:45:42 +0000
committerJim McDonough <jmcd@samba.org>2002-03-28 16:45:42 +0000
commit825614500c0598b01544ac20f52313d926386e81 (patch)
tree465933ab0222c822be9e202180244f04487ef4a0 /docs/manpages/smbstatus.1
parent16c3f6c7d0c925676bbc259fde79fff3a286c77d (diff)
downloadsamba-825614500c0598b01544ac20f52313d926386e81.tar.gz
samba-825614500c0598b01544ac20f52313d926386e81.tar.bz2
samba-825614500c0598b01544ac20f52313d926386e81.zip
Refresh from sgml source. HTML doesn't come out ok on mine, though, so
someone should really re-run it. It's a newer version of Docbook2X than Jerry is running...and something we need has changed. (This used to be commit 81c5648b3c3179e0dcac7c0cc1a2adc76d922298)
Diffstat (limited to 'docs/manpages/smbstatus.1')
-rw-r--r--docs/manpages/smbstatus.141
1 files changed, 24 insertions, 17 deletions
diff --git a/docs/manpages/smbstatus.1 b/docs/manpages/smbstatus.1
index 7136a352cb..1f5d4f7571 100644
--- a/docs/manpages/smbstatus.1
+++ b/docs/manpages/smbstatus.1
@@ -1,14 +1,15 @@
-.\" This manpage has been automatically generated by docbook2man-spec
-.\" from a DocBook document. docbook2man-spec can be found at:
-.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
+.\" This manpage has been automatically generated by docbook2man
+.\" from a DocBook document. This tool can be found at:
+.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "SMBSTATUS" "1" "28 January 2002" "" ""
+.TH "SMBSTATUS" "1" "28 March 2002" "" ""
.SH NAME
smbstatus \- report on current Samba connections
.SH SYNOPSIS
-.sp
-\fBsmbstatus\fR [ \fB-P\fR ] [ \fB-b\fR ] [ \fB-d\fR ] [ \fB-L\fR ] [ \fB-p\fR ] [ \fB-S\fR ] [ \fB-s <configuration file>\fR ] [ \fB-u <username>\fR ]
+
+\fBsmbstatus\fR [ \fB-P\fR] [ \fB-b\fR] [ \fB-d <debug level>\fR] [ \fB-v\fR] [ \fB-L\fR] [ \fB-B\fR] [ \fB-p\fR] [ \fB-S\fR] [ \fB-s <configuration file>\fR] [ \fB-u <username>\fR]
+
.SH "DESCRIPTION"
.PP
This tool is part of the Sambasuite.
@@ -17,39 +18,45 @@ This tool is part of the Sambasuite.
list the current Samba connections.
.SH "OPTIONS"
.TP
-\fB-P\fR
+\fB-P|--profile\fR
If samba has been compiled with the
profiling option, print only the contents of the profiling
shared memory area.
.TP
-\fB-b\fR
+\fB-b|--brief\fR
gives brief output.
.TP
-\fB-d\fR
+\fB-d|--debug=<debuglevel>\fR
+sets debugging to specified level
+.TP
+\fB-v|--verbose\fR
gives verbose output.
.TP
-\fB-L\fR
+\fB-L|--locks\fR
causes smbstatus to only list locks.
.TP
-\fB-p\fR
-print a list of \fBsmbd(8)\fRprocesses and exit.
+\fB-B|--byterange\fR
+causes smbstatus to include byte range locks.
+.TP
+\fB-p|--processes\fR
+print a list of \fBsmbd(8)\fRprocesses and exit.
Useful for scripting.
.TP
-\fB-S\fR
+\fB-S|--shares\fR
causes smbstatus to only list shares.
.TP
-\fB-s <configuration file>\fR
+\fB-s|--conf=<configuration file>\fR
The default configuration file name is
determined at compile time. The file specified contains the
configuration details required by the server. See \fIsmb.conf(5)\fR
for more information.
.TP
-\fB-u <username>\fR
+\fB-u|--user=<username>\fR
selects information relevant to
\fIusername\fR only.
.SH "VERSION"
.PP
-This man page is correct for version 2.2 of
+This man page is correct for version 3.0 of
the Samba suite.
.SH "SEE ALSO"
.PP
@@ -66,5 +73,5 @@ The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
excellent piece of Open Source software, available at
ftp://ftp.icce.rug.nl/pub/unix/ <URL:ftp://ftp.icce.rug.nl/pub/unix/>) and updated for the Samba 2.0
-release by Jeremy Allison. The conversion to DocBook for
+release by Jeremy Allison. The conversion to DocBook for
Samba 2.2 was done by Gerald Carter