summaryrefslogtreecommitdiff
path: root/doc/libstddjb/selfpipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libstddjb/selfpipe.html')
-rw-r--r--doc/libstddjb/selfpipe.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libstddjb/selfpipe.html b/doc/libstddjb/selfpipe.html
index 4edbaf9..966c34d 100644
--- a/doc/libstddjb/selfpipe.html
+++ b/doc/libstddjb/selfpipe.html
@@ -64,7 +64,7 @@ execution flow that there's a signal to take care of.
And, of course, signal handlers don't mix with event loops, which is
a classic source of headaches for programmers and led to the birth of
abominations such as
-<a href="http://www.opengroup.org/onlinepubs/009695399/functions/pselect.html">
+<a href="https://www.opengroup.org/onlinepubs/009695399/functions/pselect.html">
pselect</a>. So much for the "everything is a file" concept that Unix was
built on.
</p>
@@ -77,7 +77,7 @@ fd readable or something.
<p>
And that's exactly what the
-<a href="http://cr.yp.to/docs/selfpipe.html">self-pipe trick</a>, invented
+<a href="https://cr.yp.to/docs/selfpipe.html">self-pipe trick</a>, invented
by <a href="../djblegacy.html">DJB</a>, does.
</p>
@@ -226,7 +226,7 @@ with you, so this is not a concern. Protect yourself from malicious
applications with clever use of uids. </li>
</ul>
-<h2> Hey, Linux has <a href="http://www.kernel.org/doc/man-pages/online/pages/man2/signalfd.2.html">signalfd()</a> for this&nbsp;! </h2>
+<h2> Hey, Linux has <a href="https://man7.org/linux/man-pages/man2/signalfd.2.html">signalfd()</a> for this&nbsp;! </h2>
<p>
Yes, the Linux team loves to gratuitously add new system calls to do