summaryrefslogtreecommitdiff
path: root/doc/skadns/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:04:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:04:09 +0000
commit3a226af83a34d7b92492df77511f43dc9f5e33aa (patch)
tree2369c973a3121b7bde18bb4ee321eca048b27bb3 /doc/skadns/index.html
parent8fff23c2a5016bffa84ff076c045e29889beea45 (diff)
downloads6-dns-3a226af83a34d7b92492df77511f43dc9f5e33aa.tar.xz
Switch doc to schemeless URLs
Diffstat (limited to 'doc/skadns/index.html')
-rw-r--r--doc/skadns/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/skadns/index.html b/doc/skadns/index.html
index 23d8226..f54db2c 100644
--- a/doc/skadns/index.html
+++ b/doc/skadns/index.html
@@ -6,14 +6,14 @@
<title>s6-dns: the skadns library interface</title>
<meta name="Description" content="s6-dns: the skadns library interface" />
<meta name="Keywords" content="s6-dns skadns library asynchronous resolution resolver client C interface" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="../index.html">s6-dns</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> The <tt>skadns</tt> library interface </h1>
@@ -58,7 +58,7 @@ exact function prototypes.
know it has. This means paying some attention to the SIGCHLD handler,
if any, and to the way you perform <tt>waitpid()</tt>s. The best
practice is to use a
-<a href="http://skarnet.org/software/skalibs/libstddjb/selfpipe.html">self-pipe</a>
+<a href="//skarnet.org/software/skalibs/libstddjb/selfpipe.html">self-pipe</a>
to handle SIGCHLD (as well as other signals the application needs to trap),
and to <em>always</em> use <tt>wait_nohang()</tt> to reap children,
simply ignoring pids you don't know.