diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 14:14:04 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 14:14:04 +0000 |
| commit | 3f89ebc0110f018f5ca99fde20966fba7ddd722f (patch) | |
| tree | f739c5d98424d346c00318825c627a7638581e62 /man2/getitimer.2 | |
| parent | 3ad4ddcd0bc934712d0dd71ce1518e561ca83623 (diff) | |
| download | man-pages-3f89ebc0110f018f5ca99fde20966fba7ddd722f.tar.gz | |
Indent structure definitions by +4n.
Diffstat (limited to 'man2/getitimer.2')
| -rw-r--r-- | man2/getitimer.2 | 5 |
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 |
