aboutsummaryrefslogtreecommitdiffstats
path: root/man2/timer_settime.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/timer_settime.2')
-rw-r--r--man2/timer_settime.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/timer_settime.2 b/man2/timer_settime.2
index e5e179446b..982ce28e88 100644
--- a/man2/timer_settime.2
+++ b/man2/timer_settime.2
@@ -30,13 +30,13 @@ state of POSIX per-process timer
.SH SYNOPSIS
.nf
.B #include <time.h>
-
+.PP
.BI "int timer_settime(timer_t " timerid ", int " flags ,
.BI " const struct itimerspec *" new_value ,
.BI " struct itimerspec *" old_value );
.BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value );
.fi
-
+.PP
Link with \fI\-lrt\fP.
.PP
.in -4n