aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ftrig.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ftrig.html')
-rw-r--r--doc/ftrig.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ftrig.html b/doc/ftrig.html
index c8f168d..292cef2 100644
--- a/doc/ftrig.html
+++ b/doc/ftrig.html
@@ -86,7 +86,7 @@ notify process A.
<ul>
<li> Signals. The simplest Unix notification mechanism. Sending events amounts
-to a <a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill()</a>
+to a <a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/kill.html">kill()</a>
call, and receiving events amounts to installing a signal handler (preferably
using a <a href="//skarnet.org/software/skalibs/libstddjb/selfpipe.html">self-pipe</a>
if mixing signals with an event loop). Unfortunately, Unix signals, even the more