Hello Eric, On 4/2/20 4:23 PM, Eric Rannaud wrote: > See Linux source as of v5.4: > kernel/time/posix-clock.c > > Signed-off-by: Eric Rannaud <e@xxxxxxxxxxxxxxxx> Thanks! Patch applied. Cheers, Michael > --- > man2/clock_getres.2 | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 > index 0154f9d32473..71f7f8dfa662 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/