From 3a226af83a34d7b92492df77511f43dc9f5e33aa Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 23 May 2017 11:04:09 +0000 Subject: Switch doc to schemeless URLs --- doc/libs6dns/s6dns-message.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/libs6dns/s6dns-message.html') diff --git a/doc/libs6dns/s6dns-message.html b/doc/libs6dns/s6dns-message.html index 0c9f87b..675dac5 100644 --- a/doc/libs6dns/s6dns-message.html +++ b/doc/libs6dns/s6dns-message.html @@ -6,15 +6,15 @@ s6-dns: the s6dns_message library interface - +

libs6dns
s6-dns
-Software
-skarnet.org +Software
+skarnet.org

The s6dns_message library interface

@@ -189,7 +189,7 @@ and used to store multiple domains. s6dns_message_func_t s6dns_message_parse_answer_a
Parses A RRs located in the answer section of the packet. The data argument is interpreted as a pointer to a -stralloc, +stralloc, and 4 bytes are appended to this stralloc for every IPv4 address found.

@@ -197,7 +197,7 @@ and 4 bytes are appended to this stralloc for every IPv4 address found. s6dns_message_func_t s6dns_message_parse_answer_aaaa
Parses AAAA RRs located in the answer section of the packet. The data argument is interpreted as a pointer to a -stralloc, +stralloc, and 16 bytes are appended to this stralloc for every IPv6 address found.

@@ -205,7 +205,7 @@ and 16 bytes are appended to this stralloc for every IPv6 address found. s6dns_message_func_t s6dns_message_parse_answer_hinfo
Parses HINFO RRs located in the answer section of the packet. The data argument is interpreted as a pointer to a -genalloc +genalloc containing s6dns_message_rr_hinfo_t structures.

@@ -213,7 +213,7 @@ containing s6dns_message_rr_hinfo_t structures. s6dns_message_func_t s6dns_message_parse_answer_mx
Parses MX RRs located in the answer section of the packet. The data argument is interpreted as a pointer to a -genalloc +genalloc containing s6dns_message_rr_mx_t structures.

@@ -221,7 +221,7 @@ containing s6dns_message_rr_mx_t structures. s6dns_message_func_t s6dns_message_parse_answer_soa
Parses SOA RRs located in the answer section of the packet. The data argument is interpreted as a pointer to a -genalloc +genalloc containing s6dns_message_rr_soa_t structures.

@@ -229,7 +229,7 @@ containing s6dns_message_rr_soa_t structures. s6dns_message_func_t s6dns_message_parse_answer_srv
Parses SRV RRs located in the answer section of the packet. The data argument is interpreted as a pointer to a -genalloc +genalloc containing s6dns_message_rr_srv_t structures.

-- cgit v1.3.1