From f873b37560b69d18df7188952d2a0a5f18713d4a Mon Sep 17 00:00:00 2001 From: Eric Rannaud Date: Thu, 2 Apr 2020 07:23:47 -0700 Subject: [PATCH] clock_getres.2: Dynamic POSIX clock devices can return other errors See Linux source as of v5.4: kernel/time/posix-clock.c Signed-off-by: Eric Rannaud Signed-off-by: Michael Kerrisk --- man2/clock_getres.2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 0154f9d32..71f7f8dfa 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -260,6 +260,10 @@ specified in a call to .BR clock_settime () is not a settable clock. .TP +.B EOPNOTSUPP +The operation is not supported by the dynamic POSIX clock device +specified. +.TP .BR EINVAL " (since Linux 4.3)" .\" commit e1d7ba8735551ed79c7a0463a042353574b96da3 A call to @@ -276,6 +280,11 @@ clock. .B EPERM .BR clock_settime () does not have permission to set the clock indicated. +.TP +.B EACCES +.BR clock_settime () +does not have write permission for the dynamic POSIX +clock device indicated. .SH VERSIONS These system calls first appeared in Linux 2.6. .SH ATTRIBUTES