getitimer.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-20 12:24:31 +02:00
parent fff098eda2
commit 74e4ecffe4
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ getitimer, setitimer \- get or set value of an interval timer
.B #include <sys/time.h>
.PP
.BI "int getitimer(int " which ", struct itimerval *" curr_value );
.br
.BI "int setitimer(int " which ", const struct itimerval *" new_value ,
.BI " struct itimerval *" old_value );
.fi