From 0674ef7c5b3551564894ee7b8810ee3c18857922 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Nov 2013 13:45:38 +0100 Subject: docs: fix testparm manpage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- docs-xml/manpages/testparm.1.xml | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'docs-xml/manpages') diff --git a/docs-xml/manpages/testparm.1.xml b/docs-xml/manpages/testparm.1.xml index b258c203955..ce69dc712e1 100644 --- a/docs-xml/manpages/testparm.1.xml +++ b/docs-xml/manpages/testparm.1.xml @@ -20,10 +20,9 @@ testparm - -s - -h - -v - -t <encoding> + -s|--suppress-prompt + --help + -v|--verbose config filename hostname hostIP @@ -63,30 +62,25 @@ - -s + -s|--suppress-prompt Without this option, testparm will prompt for a carriage return after printing the service names and before dumping the service definitions. - &stdarg.help; &stdarg.version; - + &stdarg.option; + &popt.autohelp; + &stdarg.client.debug; + - -v + -v|--verbose If this option is specified, testparm will also output all options that were not used in smb.conf5 and are thus set to their defaults. - - -t encoding - - Output data in specified encoding. - - - --parameter-name parametername @@ -106,6 +100,20 @@ + + --show-all-parameters + + Show the parameters, type, possible values. + + + + + -l|--skip-logic-checks + + Skip the global checks. + + + configfilename This is the name of the configuration file -- cgit