hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 82aa1a22d8d624ad2f8e485c617788cd7f6fc121
parent 15205afb16a94e52561424676143fc3113985193
Author: Alexey Yerin <yyp@disroot.org>
Date:   Fri, 25 Aug 2023 14:23:44 +0300

linux::timerfd: correct man page reference

timer_create is for Unix timers, not timerfd.

Signed-off-by: Alexey Yerin <yyp@disroot.org>

Diffstat:
Mlinux/timerfd/README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/timerfd/README b/linux/timerfd/README @@ -1,2 +1,2 @@ This module provides support for Linux's timerfd interface. For details, -consult the Linux man page timer_create(2). +consult the Linux man page timerfd_create(2).