]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - doc/doc-docbook/spec.xfpt
Doc: fix minor typos, clarifications (extract)
[user/henk/code/exim.git] / doc / doc-docbook / spec.xfpt
index c46b503074b13693c5fb4c6a9f5858776d9e6997..f165c368aa73873d15774a8e965d971f4f28bbbc 100644 (file)
@@ -9181,8 +9181,8 @@ The environment is adjusted by the &%keep_environment%& and
 .cindex "&%extract%&" "substrings by key"
 The key and <&'string1'&> are first expanded separately. Leading and trailing
 white space is removed from the key (but not from any of the strings). The key
-must not consist entirely of digits. The expanded <&'string1'&> must be of the
-form:
+must not be empty and must not consist entirely of digits.
+The expanded <&'string1'&> must be of the form:
 .display
 <&'key1'&> = <&'value1'&>  <&'key2'&> = <&'value2'&> ...
 .endd
@@ -10506,8 +10506,8 @@ returns the SHA-256 hash fingerprint of the certificate.
 
 
 .new
-.vitem &*${sha3:*&<&'string'&>&*}*&
-.vitem &*${sha3_<n>:*&<&'string'&>&*}*&
+.vitem &*${sha3:*&<&'string'&>&*}*& &&&
+       &*${sha3_<n>:*&<&'string'&>&*}*&
 .cindex "SHA3 hash"
 .cindex "expansion" "SHA3 hashing"
 .cindex "&%sha3%& expansion item"
@@ -12798,7 +12798,7 @@ When a message is received from a remote host over an encrypted SMTP
 connection, this variable is set to the cipher suite that was negotiated, for
 example DES-CBC3-SHA. In other circumstances, in particular, for message
 received over unencrypted connections, the variable is empty. Testing
-&$tls_cipher$& for emptiness is one way of distinguishing between encrypted and
+&$tls_in_cipher$& for emptiness is one way of distinguishing between encrypted and
 non-encrypted connections during ACL processing.
 
 The deprecated &$tls_cipher$& variable is the same as &$tls_in_cipher$& during message reception,