diff options
author | Lars Müller <lmuelle@samba.org> | 2006-04-03 10:08:54 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:17 -0500 |
commit | 08ca0c821156ac2af364e0f704043b48a755f491 (patch) | |
tree | 4c0d97e24d44774086a970893d6bb98f8559cdf5 /docs | |
parent | 4e7ced87378d67588c808527930b2593ab69b944 (diff) | |
download | samba-08ca0c821156ac2af364e0f704043b48a755f491.tar.gz samba-08ca0c821156ac2af364e0f704043b48a755f491.tar.bz2 samba-08ca0c821156ac2af364e0f704043b48a755f491.zip |
Add paragraph about how to dump a parametrical option.
(This used to be commit db8f4b35d611a46a093ed3a3cac232b7683f13c0)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/testparm.1.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manpages-3/testparm.1.xml b/docs/manpages-3/testparm.1.xml index 559fc784f4..917627d632 100644 --- a/docs/manpages-3/testparm.1.xml +++ b/docs/manpages-3/testparm.1.xml @@ -97,6 +97,10 @@ <listitem><para> Dumps the named parameter. If no section-name is set the view is limited by default to the global section. + + It is also possible to dump a parametrical option. Therfore + the option has to be separated by a colon from the + parametername. </para></listitem> </varlistentry> |