clock_getres.2: Plae ERRORS in alphabetical order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-21 06:49:25 +01:00
parent 0b3f52d008
commit 19b2538d4b
1 changed files with 9 additions and 9 deletions

View File

@ -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