diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 13:45:38 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-11-22 11:45:48 +0100 |
commit | 1d10487b74ad95a830319ada45f6ffe8bc6147d5 (patch) | |
tree | 11654fe45dcd2461bfb22f747e2e42e0579474b2 /docs-xml/manpages | |
parent | 72ca1f48c87413f7b16d044429be150f20c6754a (diff) | |
download | samba-1d10487b74ad95a830319ada45f6ffe8bc6147d5.tar.gz |
docs: fix testparm manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 0674ef7c5b3551564894ee7b8810ee3c18857922)
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/testparm.1.xml | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/docs-xml/manpages/testparm.1.xml b/docs-xml/manpages/testparm.1.xml index 5d4a6b96f2..b47a45fe57 100644 --- a/docs-xml/manpages/testparm.1.xml +++ b/docs-xml/manpages/testparm.1.xml @@ -20,10 +20,9 @@ <refsynopsisdiv> <cmdsynopsis> <command>testparm</command> - <arg choice="opt">-s</arg> - <arg choice="opt">-h</arg> - <arg choice="opt">-v</arg> - <arg choice="opt">-t <encoding></arg> + <arg choice="opt">-s|--suppress-prompt</arg> + <arg choice="opt">--help</arg> + <arg choice="opt">-v|--verbose</arg> <arg choice="req">config filename</arg> <arg choice="opt">hostname hostIP</arg> </cmdsynopsis> @@ -63,17 +62,19 @@ <variablelist> <varlistentry> - <term>-s</term> + <term>-s|--suppress-prompt</term> <listitem><para>Without this option, <command>testparm</command> will prompt for a carriage return after printing the service names and before dumping the service definitions.</para></listitem> </varlistentry> - &stdarg.help; &stdarg.version; - + &stdarg.option; + &popt.autohelp; + &stdarg.client.debug; + <varlistentry> - <term>-v</term> + <term>-v|--verbose</term> <listitem><para>If this option is specified, testparm will also output all options that were not used in <citerefentry> <refentrytitle>smb.conf</refentrytitle><manvolnum>5</manvolnum> @@ -81,13 +82,6 @@ </varlistentry> <varlistentry> - <term>-t encoding</term> - <listitem><para> - Output data in specified encoding. - </para></listitem> - </varlistentry> - - <varlistentry> <term>--parameter-name parametername</term> <listitem><para> Dumps the named parameter. If no section-name is set the view @@ -107,6 +101,20 @@ </varlistentry> <varlistentry> + <term>--show-all-parameters</term> + <listitem><para> + Show the parameters, type, possible values. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-l|--skip-logic-checks</term> + <listitem><para> + Skip the global checks. + </para></listitem> + </varlistentry> + + <varlistentry> <term>configfilename</term> <listitem><para>This is the name of the configuration file to check. If this parameter is not present then the |