From 9310225247a826cffb950680dd07929fa6d970a8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 30 Jun 2025 22:07:05 +0000 Subject: doc: fix broken link Signed-off-by: Laurent Bercot --- doc/ftrig.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ftrig.html b/doc/ftrig.html index 292cef2..4ecbaea 100644 --- a/doc/ftrig.html +++ b/doc/ftrig.html @@ -73,7 +73,7 @@ it's not handling an event, and only wake up when needed. Of course, the problem of notification is that it's often more difficult to implement. Notification frameworks are generally more complex, involving lots of asynchronism; polling is widely used -because +because it's easy.

-- cgit v1.3.1