timer_settime.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-11 08:16:31 +02:00
parent 4bf044cbf2
commit a5c24f8c5f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ state of POSIX per-process timer
.BI "int timer_settime(timer_t " timerid ", int " flags ,
.BI " const struct itimerspec *" new_value ,
.BI " struct itimerspec * " old_value );
.BI " struct itimerspec *" old_value );
.BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value );
.fi