aboutsummaryrefslogtreecommitdiffstats
path: root/man2/getitimer.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 14:14:04 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 14:14:04 +0000
commit3f89ebc0110f018f5ca99fde20966fba7ddd722f (patch)
treef739c5d98424d346c00318825c627a7638581e62 /man2/getitimer.2
parent3ad4ddcd0bc934712d0dd71ce1518e561ca83623 (diff)
downloadman-pages-3f89ebc0110f018f5ca99fde20966fba7ddd722f.tar.gz
Indent structure definitions by +4n.
Diffstat (limited to 'man2/getitimer.2')
-rw-r--r--man2/getitimer.25
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/getitimer.2 b/man2/getitimer.2
index 8b5436d6b2..0a371dd5b2 100644
--- a/man2/getitimer.2
+++ b/man2/getitimer.2
@@ -44,19 +44,20 @@ is delivered upon expiration.
.LP
Timer values are defined by the following structures:
.PD 0
-.RS .5i
+.in +4n
.nf
struct itimerval {
struct timeval it_interval; /* next value */
struct timeval it_value; /* current value */
};
+
struct timeval {
long tv_sec; /* seconds */
long tv_usec; /* microseconds */
};
.fi
-.RE
+.in
.PD
.LP
The function