Documentation fix for gnutls_* options. Fixes: #913
authorNigel Metheringham <nigel@exim.org>
Mon, 16 Nov 2009 19:10:45 +0000 (19:10 +0000)
committerNigel Metheringham <nigel@exim.org>
Mon, 16 Nov 2009 19:10:45 +0000 (19:10 +0000)
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog

index 984d634081187d618c2daea0741bd22a5ca84a69..b640daec638fb5f928523ca79ce4185298ec7da5 100644 (file)
@@ -1,4 +1,4 @@
-. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.67 2009/11/14 20:35:54 nm4 Exp $
+. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.68 2009/11/16 19:10:45 nm4 Exp $
 .
 . /////////////////////////////////////////////////////////////////////////////
 . This is the primary source of the Exim Manual. It is an xfpt document that is
@@ -21480,20 +21480,20 @@ being used, names are looked up using &[gethostbyname()]&
 instead of using the DNS. Of course, that function may in fact use the DNS, but
 it may also consult other sources of information such as &_/etc/hosts_&.
 
-.option gnutls_require_kx main string unset
+.option gnutls_require_kx smtp string unset
 This option controls the key exchange mechanisms when GnuTLS is used in an Exim
 client. For details, see section &<<SECTreqciphgnu>>&.
 
-.option gnutls_require_mac main string unset
+.option gnutls_require_mac smtp string unset
 This option controls the MAC algorithms when GnuTLS is used in an Exim
 client. For details, see section &<<SECTreqciphgnu>>&.
 
-.option gnutls_require_protocols main string unset
+.option gnutls_require_protocols smtp string unset
 This option controls the protocols when GnuTLS is used in an Exim
 client. For details, see section &<<SECTreqciphgnu>>&.
 
 .new
-.option gnutls_compat_mode main boolean unset
+.option gnutls_compat_mode smtp boolean unset
 This option controls whether GnuTLS is used in compatibility mode in an Exim
 server. This reduces security slightly, but improves interworking with older
 implementations of TLS.
index fa71148fa03eb54caebc424b45f9d2e97cfc1ce4..f823ee064c7dc515c5d59d82b497eab1c2d72fcf 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.594 2009/11/14 20:35:55 nm4 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.595 2009/11/16 19:10:45 nm4 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -8,6 +8,8 @@ Exim version 4.71
 
 TK/01 Bugzilla 912: Fix DKIM segfault on empty headers/body
 
+NM/01 Bugzilla 913: Documentation fix for gnutls_* options.
+
 
 Exim version 4.70
 -----------------