diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-01 13:21:39 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-01 13:23:28 +0000 |
commit | ebf06858e93a762db6ced38f8b2184cc97194b04 (patch) | |
tree | c8daaf0856e95bd1b7901364b2fd0b7c6011c14f /doc | |
parent | 4c57a40e227ea6585cf1dd4bef37fbb15e1f7e35 (diff) |
Docs: fix smtp transport TFO option indexing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 465a30525..4497a8f9e 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -23972,9 +23972,9 @@ CHUNKING support, Exim will attempt to use BDAT commands rather than DATA. BDAT will not be used in conjuction with a transport filter. .option hosts_try_fastopen smtp "host list!!" unset -.option "fast open, TCP" "enabling, in client" -.option "TCP Fast Open" "enabling, in client" -.option "RFC 7413" "TCP Fast Open" +.cindex "fast open, TCP" "enabling, in client" +.cindex "TCP Fast Open" "enabling, in client" +.cindex "RFC 7413" "TCP Fast Open" This option provides a list of servers to which, provided the facility is supported by this system, Exim will attempt to perform a TCP Fast Open. |