diff --git a/spec/index.html b/spec/index.html
index ae1f1168..a0432b4c 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -2147,9 +2147,8 @@ Should it not be available basic resolution will fail.
Fallback transport options are specified by including multiple values in the list.
The values are
GETDNS_TRANSPORT_UDP
,
-GETDNS_TRANSPORT_TCP
,
-GETDNS_TRANSPORT_TLS
, or
-GETDNS_TRANSPORT_STARTTLS
.
+GETDNS_TRANSPORT_TCP
, or
+GETDNS_TRANSPORT_TLS
.
The default is a list containing GETDNS_TRANSPORT_UDP
then GETDNS_TRANSPORT_TCP
.
Specifies number of milliseconds the API will leave an idle TCP, TLS or STARTTLS connection open for (idle means no outstanding responses and no pending queries). +
Specifies number of milliseconds the API will leave an idle TCP or TLS connection open for (idle means no outstanding responses and no pending queries). The default is 0.
There is a tarball that includes the .h files, +
There is a tarball that includes the .h files, the examples, and so on. The examples all make, even though there is no API implementation, based on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on the Macintosh and Ubuntu; help is definitely appreciated on making the build process