From f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Sun, 4 Oct 2020 01:06:16 +0000
Subject: doc: fix URLs
---
doc/libstddjb/selfpipe.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'doc/libstddjb/selfpipe.html')
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
-
+
pselect. So much for the "everything is a file" concept that Unix was
built on.
@@ -77,7 +77,7 @@ fd readable or something.
And that's exactly what the
-self-pipe trick, invented
+self-pipe trick, invented
by DJB, does.
@@ -226,7 +226,7 @@ with you, so this is not a concern. Protect yourself from malicious
applications with clever use of uids.
- Hey, Linux has signalfd() for this !
+ Hey, Linux has signalfd() for this !
Yes, the Linux team loves to gratuitously add new system calls to do
--
cgit v1.3.1