summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-18 14:52:36 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-18 14:52:38 +0100
commit30d22b84a5b276401cf006f647c5871f1329f187 (patch)
treeaefb590a7cf45603e97b128629161feb3f1c6b92
parent179cc19e69d8cb7476a864390a355a12c0f38d06 (diff)
timer_settime.2: SYNOPSIS: Put timer_gettime() first
This matches the order in getitimer(2), and so makes it easier to compare them. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/timer_settime.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/timer_settime.2 b/man2/timer_settime.2
index 29d9ed4d2..c02636554 100644
--- a/man2/timer_settime.2
+++ b/man2/timer_settime.2
@@ -14,10 +14,10 @@ Real-time library
.nf
.B #include <time.h>
.PP
+.BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value );
.BI "int timer_settime(timer_t " timerid ", int " flags ,
.BI " const struct itimerspec *restrict " new_value ,
.BI " struct itimerspec *_Nullable restrict " old_value );
-.BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value );
.fi
.PP
.RS -4