summaryrefslogtreecommitdiff
path: root/man3/timeradd.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
commit0daa9e92d0cc449d25d4fd200759177024baae84 (patch)
treeab554843b62ec3ad24acbdfbc8535e787c88d924 /man3/timeradd.3
parentc11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff)
Fix redundant formatting macros
Diffstat (limited to 'man3/timeradd.3')
-rw-r--r--man3/timeradd.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/timeradd.3 b/man3/timeradd.3
index 8bacdf69..1b43026d 100644
--- a/man3/timeradd.3
+++ b/man3/timeradd.3
@@ -50,7 +50,7 @@ _BSD_SOURCE
The macros are provided to operate on
.I timeval
structures, defined in
-.IR <sys/time.h>
+.I <sys/time.h>
as:
.sp
.in +0.5i
@@ -99,14 +99,14 @@ on the morning of 1 January 1970 (the Epoch).
returns true (non-zero) if either field of the
.I timeval
structure pointed to by
-.IR tvp
+.I tvp
contains a non-zero value.
.BR timercmp ()
compares the timer values in
.I a
and
-.IR b
+.I b
using the comparison operator
.IR CMP ,
and returns true (non-zero) or false (0) depending on