Fix SYNOPSIS formatting

This commit is contained in:
Michael Kerrisk 2006-03-08 02:48:53 +00:00
parent 77f00d75f1
commit 26a9dd2f79
1 changed files with 6 additions and 15 deletions

View File

@ -8,23 +8,14 @@
.SH NAME
getitimer, setitimer \- get or set value of an interval timer
.SH SYNOPSIS
.PD 0
.HP
.nf
.B #include <sys/time.h>
.sp
.HP
.B int getitimer(int
.IB which ,
.B struct itimerval
.BI * value );
.HP
.B int setitimer(int
.IB which ,
.B const struct itimerval
.BI * value ,
.B struct itimerval
.BI * ovalue );
.PD
.BI "int getitimer(int " which ", struct itimerval *" value );
.br
.BI "int setitimer(int " which ", const struct itimerval *" value ,
.BI " struct itimerval *" ovalue );
.fi
.SH DESCRIPTION
The system provides each process with three interval timers, each decrementing
in a distinct time domain. When any timer expires, a signal is sent to the