From: Michael Kerrisk Date: Fri, 12 Jun 2020 19:44:55 +0000 (+0200) Subject: timer_create.2, timerfd_create.2: tfix X-Git-Tag: man-pages-5.08~159 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=98f89c711b92ef0e0fdd9cc806d94c41dfc1ddda;p=thirdparty%2Fman-pages.git timer_create.2, timerfd_create.2: tfix Reported-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 9f64843fc8..e9a8b8503d 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -233,7 +233,7 @@ The kernel does not support creating a timer against this was .BR CLOCK_REALTIME_ALARM or -,BR CLOCK_BOOTTIME_ALARM +.BR CLOCK_BOOTTIME_ALARM but the caller did not have the .BR CAP_WAKE_ALARM capability. diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 3542b86b50..cf8f3f5b3e 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -453,7 +453,7 @@ There was insufficient kernel memory to create the timer. was .BR CLOCK_REALTIME_ALARM or -,BR CLOCK_BOOTTIME_ALARM +.BR CLOCK_BOOTTIME_ALARM but the caller did not have the .BR CAP_WAKE_ALARM capability.