aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-16 10:52:54 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-16 10:52:54 +0200
commit08e96bd8cad7dc6faa564397ee043cdc00dc5a9e (patch)
tree2dd8a779128fecb6f8c1382ca60705b57ad2249f
parentc4dc3de6ad73d90194e4fe01b172c28e7fcb800e (diff)
downloadman-pages-08e96bd8cad7dc6faa564397ee043cdc00dc5a9e.tar.gz
getitimer.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/getitimer.29
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 ()