aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ftrig.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:43:57 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:43:57 +0000
commit168d89131415de7590daa00dc5929aeb8727078e (patch)
tree79c9cad554e63998bda545965c91caa50f0ba627 /doc/ftrig.html
parent63ae0841dcc024464290edf9080ce536a1d7905e (diff)
downloads6-168d89131415de7590daa00dc5929aeb8727078e.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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