summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-05-16 10:46:42 +0200
committerSimo Sorce <simo@redhat.com>2013-05-16 06:11:43 -0400
commit43bdd26f90766957775b3bc49cd6f9f43af100a7 (patch)
treee7eb55657e4ce458c591564ecfa4e61b052a50e0
parent2bd59288ca3625c4d03f68b967a8c4c1f50022cd (diff)
downloadgss-proxy-43bdd26f90766957775b3bc49cd6f9f43af100a7.tar.gz
gss-proxy-43bdd26f90766957775b3bc49cd6f9f43af100a7.tar.xz
gss-proxy-43bdd26f90766957775b3bc49cd6f9f43af100a7.zip
Fix documentation of "mechs" parameter in gssproxy.conf(5).
Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--proxy/man/gssproxy.conf.5.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/proxy/man/gssproxy.conf.5.xml b/proxy/man/gssproxy.conf.5.xml
index 6103f1e..9238aa6 100644
--- a/proxy/man/gssproxy.conf.5.xml
+++ b/proxy/man/gssproxy.conf.5.xml
@@ -155,12 +155,12 @@
</varlistentry>
<varlistentry>
- <term>mech (string)</term>
+ <term>mechs (string)</term>
<listitem>
<para>Currently only <parameter>krb5</parameter> is supported.</para>
- <para>The "mech" parameter is imperative, any section
+ <para>The "mechs" parameter is imperative, any section
without it will be discarded.</para>
- <para>Default: mech = </para>
+ <para>Default: mechs = </para>
</listitem>
</varlistentry>