aboutsummaryrefslogtreecommitdiffstats
path: root/man2/clock_getres.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/clock_getres.2')
-rw-r--r--man2/clock_getres.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index 80779be910..836b21e316 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -34,9 +34,9 @@ clock_getres, clock_gettime, clock_settime \- clock and time functions
.B #include <time.h>
.PP
.BI "int clock_getres(clockid_t " clk_id ", struct timespec *" res );
-
+.PP
.BI "int clock_gettime(clockid_t " clk_id ", struct timespec *" tp );
-
+.PP
.BI "int clock_settime(clockid_t " clk_id ", const struct timespec *" tp );
.PP
Link with \fI\-lrt\fP (only for glibc versions before 2.17).