diff options
| -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 () |
