diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-16 10:52:54 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-16 10:52:54 +0200 |
| commit | 08e96bd8cad7dc6faa564397ee043cdc00dc5a9e (patch) | |
| tree | 2dd8a779128fecb6f8c1382ca60705b57ad2249f /man2 | |
| parent | c4dc3de6ad73d90194e4fe01b172c28e7fcb800e (diff) | |
| download | man-pages-08e96bd8cad7dc6faa564397ee043cdc00dc5a9e.tar.gz | |
getitimer.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/getitimer.2 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man2/getitimer.2 b/man2/getitimer.2 index 1d7d6ca632..7d44d442f5 100644 --- a/man2/getitimer.2 +++ b/man2/getitimer.2 @@ -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 () |
