diff options
author | Lars Müller <lmuelle@samba.org> | 2006-02-06 22:40:04 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:16 -0500 |
commit | 759499296c6d2c46e00fa6c06417595fdc79c3aa (patch) | |
tree | 7b9b90c17fcb329f66fdfe3fac9603242e0dcce5 /docs | |
parent | 17a2af0212ea65cba92ea3e74905b8470404464c (diff) | |
download | samba-759499296c6d2c46e00fa6c06417595fdc79c3aa.tar.gz samba-759499296c6d2c46e00fa6c06417595fdc79c3aa.tar.bz2 samba-759499296c6d2c46e00fa6c06417595fdc79c3aa.zip |
Document --parameter-name and --section-name.
(This used to be commit e96ef3e9cb2217d4e5c67dcd8e8ae1ee9d136c88)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/testparm.1.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/manpages-3/testparm.1.xml b/docs/manpages-3/testparm.1.xml index 5687dc12d8..c65889af39 100644 --- a/docs/manpages-3/testparm.1.xml +++ b/docs/manpages-3/testparm.1.xml @@ -93,6 +93,21 @@ </varlistentry> <varlistentry> + <term>--parameter-name</term> + <listitem><para> + Dumps the named parameter. If no section-name is set the view + is limited by default to the global section. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--section-name</term> + <listitem><para> + Dumps the named section. + </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 |