diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index d47b50328..635392f8c 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -270,6 +270,11 @@ return 0 for success, or \-1 for failure (in which case is set appropriately). .SH ERRORS .TP +.B EACCES +.BR clock_settime () +does not have write permission for the dynamic POSIX +clock device indicated. +.TP .B EFAULT .I tp points outside the accessible address space. @@ -299,10 +304,6 @@ specified in a call to .BR clock_settime () is not a settable clock. .TP -.B ENOTSUP -The operation is not supported by the dynamic POSIX clock device -specified. -.TP .BR EINVAL " (since Linux 4.3)" .\" commit e1d7ba8735551ed79c7a0463a042353574b96da3 A call to @@ -322,14 +323,13 @@ dynamic .I clk_id has disappeared after its character device was opened. .TP +.B ENOTSUP +The operation is not supported by the dynamic POSIX clock device +specified. +.TP .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