diff options
Diffstat (limited to 'doc/libs6dns')
-rw-r--r-- | doc/libs6dns/index.html | 2 | ||||
-rw-r--r-- | doc/libs6dns/s6dns-message.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/libs6dns/index.html b/doc/libs6dns/index.html index 45a03cd..3c4be98 100644 --- a/doc/libs6dns/index.html +++ b/doc/libs6dns/index.html @@ -48,7 +48,7 @@ are visible in your header search path. </li> <ul> <li> Make sure the s6-dns libraries, as well as the skalibs libraries, are visible in your library search path. </li> - <li> Link against <tt>-ls6dns</tt>, <tt>-lskarnet</tt>, </li> + <li> Link against <tt>-ls6dns</tt>, <tt>-lskarnet</tt>, <tt>`cat $SYSDEPS/socket.lib`</tt> and <tt>`cat $SYSDEPS/sysclock.lib`</tt>, $SYSDEPS being your skalibs sysdeps directory. </li> diff --git a/doc/libs6dns/s6dns-message.html b/doc/libs6dns/s6dns-message.html index 5eb0413..1c5a92d 100644 --- a/doc/libs6dns/s6dns-message.html +++ b/doc/libs6dns/s6dns-message.html @@ -201,7 +201,7 @@ Parses A RRs located in the answer section of the packet. The and 4 bytes are appended to this stralloc for every IPv4 address found. </p> - +<p> <code> s6dns_message_func_t s6dns_message_parse_answer_aaaa </code> <br /> Parses AAAA RRs located in the answer section of the packet. The <em>data</em> argument is interpreted as a pointer to a |