From 735631539ca8ab74056894b653a8fee785262854 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 19 Nov 1998 21:17:58 +0000 Subject: 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) --- docs/manpages/testparm.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/manpages') 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 -- cgit