One more "cannot adjust line" warning

This commit is contained in:
Willem Toorop 2015-01-14 15:35:20 +01:00
parent e9196f22d1
commit ca52a4abe5
1 changed files with 2 additions and 0 deletions

View File

@ -248,9 +248,11 @@ If set to GETDNS_REDIRECTS_FOLLOW (the default) then the eventual target of the
.I limit
the maximum number of concurrent outstanding (unanswered) DNS queries, if exceeded the API will queue queries and issue them as the number of outstanding queries drops. A value of 0 indicates that there is no limit.
.ad l
.HP 3
.I namespaces
The namespaces array contains an ordered list of namespaces that will be queried. Important: this context setting is ignored for the getdns_general and getdns_general_sync functions; it is used for the other functions. The values are GETDNS_CONTEXT_NAMESPACE_DNS, GETDNS_CONTEXT_NAMESPACE_LOCALNAMES, GETDNS_CONTEXT_NAMESPACE_NETBIOS, GETDNS_CONTEXT_NAMESPACE_MDNS, and GETDNS_CONTEXT_NAMESPACE_NIS. When a normal lookup is done, the API does the lookups in the order given and stops when it gets the first result; a different method with the same result would be to run the queries in parallel and return when it gets the first result. Because lookups might be done over different mechanisms because of the different namespaces, there can be information leakage that is similar to that seen with getaddrinfo(). The default is determined by the OS.
.ad n
.HP 3
.I restype