diff options
author | Volker Lendecke <vl@samba.org> | 2010-05-05 17:44:00 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-05-05 18:07:45 +0200 |
commit | 5a56bc948ecf740591e898cdb45f0f0c2b0a4c84 (patch) | |
tree | 71925ffb712e35559125ae8b050c992332493319 /docs-xml | |
parent | 3f0562f4b4cfe770baf2e529a445404a7b8f1141 (diff) | |
download | samba-5a56bc948ecf740591e898cdb45f0f0c2b0a4c84.tar.gz |
s3: Fix bug 5972 -- remove -L testparm parameter
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> to point out that this does
not work and to agree it's not worth fixing :-)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/testparm.1.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs-xml/manpages-3/testparm.1.xml b/docs-xml/manpages-3/testparm.1.xml index d2ecc7b1cb2..4cc4e270bbf 100644 --- a/docs-xml/manpages-3/testparm.1.xml +++ b/docs-xml/manpages-3/testparm.1.xml @@ -23,7 +23,6 @@ <arg choice="opt">-s</arg> <arg choice="opt">-h</arg> <arg choice="opt">-v</arg> - <arg choice="opt">-L <servername></arg> <arg choice="opt">-t <encoding></arg> <arg choice="req">config filename</arg> <arg choice="opt">hostname hostIP</arg> @@ -74,13 +73,6 @@ &stdarg.version; <varlistentry> - <term>-L servername</term> - <listitem><para>Sets the value of the %L macro to <replaceable>servername</replaceable>. - This is useful for testing include files specified with the - %L macro. </para></listitem> - </varlistentry> - - <varlistentry> <term>-v</term> <listitem><para>If this option is specified, testparm will also output all options that were not used in <citerefentry> |