diff options
author | Gerald Carter <jerry@samba.org> | 2002-11-27 02:47:56 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-11-27 02:47:56 +0000 |
commit | 2f86978f5329b4ec67bb673ed32ea7f4ea7b5a1b (patch) | |
tree | fbe1e15442169e1e7de7c2070d7d3b64c17109bf /docs/manpages/testparm.1 | |
parent | e6f956f9b43179c9132fbfe6924700881a249e2b (diff) | |
download | samba-2f86978f5329b4ec67bb673ed32ea7f4ea7b5a1b.tar.gz samba-2f86978f5329b4ec67bb673ed32ea7f4ea7b5a1b.tar.bz2 samba-2f86978f5329b4ec67bb673ed32ea7f4ea7b5a1b.zip |
sync docs with SAMBA_3_0 and regenerate
(This used to be commit 20e6d8c036a4c4ecfa2afb1dd29342c81ce00f8b)
Diffstat (limited to 'docs/manpages/testparm.1')
-rw-r--r-- | docs/manpages/testparm.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manpages/testparm.1 b/docs/manpages/testparm.1 index a519fd6930..555c28c46c 100644 --- a/docs/manpages/testparm.1 +++ b/docs/manpages/testparm.1 @@ -3,12 +3,12 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "TESTPARM" "1" "05 November 2002" "" "" +.TH "TESTPARM" "1" "26 November 2002" "" "" .SH NAME testparm \- check an smb.conf configuration file for internal correctness .SH SYNOPSIS -\fBtestparm\fR [ \fB-s\fR ] [ \fB-h\fR ] [ \fB-v\fR ] [ \fB-L <servername>\fR ] \fBconfig filename\fR [ \fBhostname hostIP\fR ] +\fBtestparm\fR [ \fB-s\fR ] [ \fB-h\fR ] [ \fB-v\fR ] [ \fB-L <servername>\fR ] [ \fB-t <encoding>\fR ] \fBconfig filename\fR [ \fBhostname hostIP\fR ] .SH "DESCRIPTION" .PP @@ -53,6 +53,9 @@ will also output all options that were not used in \fIsmb.conf\fR and are thus set to their defaults. .TP +\fB-t encoding\fR +Output data in specified encoding. +.TP \fBconfigfilename\fR This is the name of the configuration file to check. If this parameter is not present then the @@ -86,7 +89,7 @@ loaded OK, the program then dumps all known service details to stdout. .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 |