diff options
author | Herb Lewis <herb@samba.org> | 1998-11-19 21:17:58 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-11-19 21:17:58 +0000 |
commit | 735631539ca8ab74056894b653a8fee785262854 (patch) | |
tree | 980fe86bc797a48cd992227febfb965c2d2652da /docs | |
parent | e204f1d8a3f54cb6bd8549b15a59af9a525b3392 (diff) | |
download | samba-735631539ca8ab74056894b653a8fee785262854.tar.gz samba-735631539ca8ab74056894b653a8fee785262854.tar.bz2 samba-735631539ca8ab74056894b653a8fee785262854.zip |
update testparm with -s option so it doesn't require a carriage return
also allow specifying [host hostip] without [configfile]
updated man page
(This used to be commit 85fbd401026e7f1464c9a125cbaa505b768f8a10)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/htmldocs/testparm.1.html | 6 | ||||
-rw-r--r-- | docs/manpages/testparm.1 | 7 | ||||
-rw-r--r-- | docs/yodldocs/testparm.1.yo | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/docs/htmldocs/testparm.1.html b/docs/htmldocs/testparm.1.html index cd7b08232a..6d2c2c92c5 100644 --- a/docs/htmldocs/testparm.1.html +++ b/docs/htmldocs/testparm.1.html @@ -24,7 +24,7 @@ <p><br><a name="SYNOPSIS"></a> <h2>SYNOPSIS</h2> -<p><br><strong>testparm</strong> [<a href="testparm.1.html#configfilename">configfilename</a> [<a href="testparm.1.html#hostname">hostname</a> <a href="testparm.1.html#hostIP">hostIP</a>] ] +<p><br><strong>testparm</strong> [<a href="testparm.1.html#minuss">-s</a>] [<a href="testparm.1.html#configfilename">configfilename</a>] [<a href="testparm.1.html#hostname">hostname</a> <a href="testparm.1.html#hostIP">hostIP</a>] <p><br><a name="DESCRIPTION"></a> <h2>DESCRIPTION</h2> @@ -43,6 +43,10 @@ reporting whether the specified host has access to each service. <h2>OPTIONS</h2> <p><br><ul> +<p><br><a name="minuss"></a> +<li><strong><strong>-s</strong></strong> Without this option, <strong>testparm</strong> will prompt for a +carriage return after printing the service names and before dumping +the service definitions. <p><br><a name="configfilename"></a> <li><strong><strong>configfilename</strong></strong> This is the name of the configuration file to check. If this parameter is not present then the default diff --git a/docs/manpages/testparm.1 b/docs/manpages/testparm.1 index 92ba093ded..725b5863b6 100644 --- a/docs/manpages/testparm.1 +++ b/docs/manpages/testparm.1 @@ -5,7 +5,7 @@ testparm \- check an smb\&.conf configuration file for internal correctness .PP .SH "SYNOPSIS" .PP -\fBtestparm\fP [configfilename [hostname hostIP] ] +\fBtestparm\fP [-s] [configfilename] [hostname hostIP] .PP .SH "DESCRIPTION" .PP @@ -27,6 +27,11 @@ reporting whether the specified host has access to each service\&. .SH "OPTIONS" .PP .IP +.IP "\fB-s\fP" +Without this option, \fBtestparm\fP will prompt for a +carriage return after printing the service names and before dumping +the service definitions\&. +.IP .IP "\fBconfigfilename\fP" This is the name of the configuration file to check\&. If this parameter is not present then the default diff --git a/docs/yodldocs/testparm.1.yo b/docs/yodldocs/testparm.1.yo index ebb6120746..1c463a5ee4 100644 --- a/docs/yodldocs/testparm.1.yo +++ b/docs/yodldocs/testparm.1.yo @@ -8,7 +8,7 @@ manpagename(testparm)(check an smb.conf configuration file for internal correctn label(SYNOPSIS) manpagesynopsis() -bf(testparm) [link(configfilename)(configfilename) [link(hostname)(hostname) link(hostIP)(hostIP)] ] +bf(testparm) [link(-s)(minuss)] [link(configfilename)(configfilename)] [link(hostname)(hostname) link(hostIP)(hostIP)] label(DESCRIPTION) manpagedescription() @@ -33,6 +33,11 @@ manpageoptions() startdit() +label(minuss) +dit(bf(-s)) Without this option, bf(testparm) will prompt for a +carriage return after printing the service names and before dumping +the service definitions. + label(configfilename) dit(bf(configfilename)) This is the name of the configuration file to check. If this parameter is not present then the default |