summaryrefslogtreecommitdiffstats
path: root/man2/clock_getres.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/clock_getres.2')
-rw-r--r--man2/clock_getres.222
1 files changed, 11 insertions, 11 deletions
diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index e849183f0..35412aa7b 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -28,7 +28,7 @@
.\" 2003-08-24 aeb, large parts rewritten
.\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note
.\"
-.TH CLOCK_GETRES 2 2020-08-13 "" "Linux Programmer's Manual"
+.TH CLOCK_GETRES 2 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
clock_getres, clock_gettime, clock_settime \- clock and time functions
.SH SYNOPSIS
@@ -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
@@ -540,7 +540,7 @@ main(int argc, char *argv[])
.BR vdso (7),
.BR hwclock (8)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,