diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
commit | f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 (patch) | |
tree | 4d9312c73d585628304bee0e045562054f9c351d /doc/libstddjb/selfpipe.html | |
parent | 3aad40d38f3cba359f78f81dd27b420d19aa45b7 (diff) | |
download | skalibs-f3d5157564992f1ef9f390b3ce0c7d3706ba0f19.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/libstddjb/selfpipe.html')
-rw-r--r-- | doc/libstddjb/selfpipe.html | 6 |
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 ! </h2> +<h2> Hey, Linux has <a href="https://man7.org/linux/man-pages/man2/signalfd.2.html">signalfd()</a> for this ! </h2> <p> Yes, the Linux team loves to gratuitously add new system calls to do |