summaryrefslogtreecommitdiff
path: root/docs/manpages/vfstest.1
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-01 17:16:07 +0000
committerGerald Carter <jerry@samba.org>2002-10-01 17:16:07 +0000
commit2fb5c7c580a3fff3c7d477b65a1c4852af86433b (patch)
tree2815d2ba3baf8a5450ac97f3f03906714fbeec9c /docs/manpages/vfstest.1
parentad8a22e570c8970247dc76defc9be2b768bd102d (diff)
downloadsamba-2fb5c7c580a3fff3c7d477b65a1c4852af86433b.tar.gz
samba-2fb5c7c580a3fff3c7d477b65a1c4852af86433b.tar.bz2
samba-2fb5c7c580a3fff3c7d477b65a1c4852af86433b.zip
merge from HEAD
(This used to be commit c0ca286e36d49deba6c73690114b0d867cbfd63e)
Diffstat (limited to 'docs/manpages/vfstest.1')
-rw-r--r--docs/manpages/vfstest.125
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/manpages/vfstest.1 b/docs/manpages/vfstest.1
index 78e6e6c35a..dc3092bc66 100644
--- a/docs/manpages/vfstest.1
+++ b/docs/manpages/vfstest.1
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "VFSTEST" "1" "20 August 2002" "" ""
+.TH "VFSTEST" "1" "01 October 2002" "" ""
.SH NAME
vfstest \- tool for testing samba VFS modules
.SH SYNOPSIS
@@ -12,29 +12,30 @@ vfstest \- tool for testing samba VFS modules
.SH "DESCRIPTION"
.PP
-This tool is part of the Sambasuite.
+This tool is part of the Samba suite.
.PP
-\fBvfstest\fR is a small command line
+\fBvfstest\fR is a small command line
utility that has the ability to test dso samba VFS modules. It gives the
-user the ability to call the various VFS functions manually and
+user the ability to call the various VFS functions manually and
supports cascaded VFS modules.
.SH "OPTIONS"
.TP
\fB-c|--command=command\fR
-Execute the specified (colon-seperated) commands.
+Execute the specified (colon-seperated) commands.
See below for the commands that are available.
.TP
\fB-d|--debug=debuglevel\fR
-set the debuglevel. Debug level 0 is the lowest
+set the debuglevel. Debug level 0 is the lowest
and 100 being the highest. This should be set to 100 if you are
-planning on submitting a bug report to the Samba team (see \fIBUGS.txt\fR).
+planning on submitting a bug report to the Samba team (see
+\fIBUGS.txt\fR).
.TP
\fB-h|--help\fR
Print a summary of command line options.
.TP
\fB-l|--logfile=logbasename\fR
-File name for log/debug files. The extension
-\&'.client' will be appended. The log file is never removed
+File name for log/debug files. The extension
+\&'.client' will be appended. The log file is never removed
by the client.
.SH "COMMANDS"
.PP
@@ -166,13 +167,13 @@ by the client.
\fBexit\fR - Exit vfstest
.SH "VERSION"
.PP
-This man page is correct for version 3.0 of the Samba
+This man page is correct for version 3.0 of the Samba
suite.
.SH "AUTHOR"
.PP
-The original Samba software and related utilities
+The original Samba software and related utilities
were created by Andrew Tridgell. Samba is now developed
-by the Samba Team as an Open Source project similar
+by the Samba Team as an Open Source project similar
to the way the Linux kernel is developed.
.PP
The vfstest man page was written by Jelmer Vernooij.