getitimer.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 10:52:54 +02:00
parent c4dc3de6ad
commit 08e96bd8ca
1 changed files with 4 additions and 5 deletions

View File

@ -65,10 +65,9 @@ consumed by the process.
A process has only one of each of the three types of timers.
.PP
Timer values are defined by the following structures:
.PD 0
.PP
.in +4n
.nf
.EX
struct itimerval {
struct timeval it_interval; /* Interval for periodic timer */
struct timeval it_value; /* Time until next expiration */
@ -78,9 +77,9 @@ struct timeval {
time_t tv_sec; /* seconds */
suseconds_t tv_usec; /* microseconds */
};
.fi
.EE
.in
.PD
.\"
.SS getitimer()
The function
.BR getitimer ()