diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 17:19:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 17:50:24 +0000 |
commit | f4694a413f6af562bd085364fa900dd3422d126b (patch) | |
tree | 582fcfc7fa2f481b61276468f4b38abff60a114c /doc/libs6dns/index.html | |
parent | 2dc2036c729b9611093cb90a9329d001bf778e6a (diff) | |
download | s6-dns-f4694a413f6af562bd085364fa900dd3422d126b.tar.xz |
s6-dns: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/libs6dns/index.html')
-rw-r--r-- | doc/libs6dns/index.html | 2 |
1 files changed, 1 insertions, 1 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> |