diff options
author | Nigel Metheringham <nigel@exim.org> | 2012-06-09 21:16:02 +0100 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2012-06-09 21:16:02 +0100 |
commit | 9d8349e44a73b6e6714e0dd5d4a63d144abae966 (patch) | |
tree | 10e5df94318b912a8574a0d4e72a7ed433c291e6 /doc | |
parent | c9bd3bb9483e076d952cd684c7cc516ae6407ff2 (diff) |
Typo fix in spec - fixes bug 1197
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index ece47a084..c78f87b61 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -15168,7 +15168,7 @@ live with. . Allow this long option name to split; give it unsplit as a fifth argument . for the automatic .oindex that is generated by .option. -.option "smtp_accept_max_per_ &~&~connection" main integer 1000 &&& +.option "smtp_accept_max_per_connection" main integer 1000 &&& smtp_accept_max_per_connection .cindex "SMTP" "limiting incoming message count" .cindex "limit" "messages per SMTP connection" diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 66fb1ca32..280cdd68b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -39,6 +39,7 @@ JH/02 Support "G" suffix to numbers in ${if comparisons. PP/08 Handle smtp transport tls_sni option forced-fail for OpenSSL. +NM/01 Buzilla 1197 - Spec typo Exim version 4.80 ----------------- |