aboutsummaryrefslogtreecommitdiffstats
path: root/man3/timeradd.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/timeradd.3')
-rw-r--r--man3/timeradd.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/timeradd.3 b/man3/timeradd.3
index 869b9e71ca..e766e61a95 100644
--- a/man3/timeradd.3
+++ b/man3/timeradd.3
@@ -100,11 +100,11 @@ so that it represents the time at midnight
on the morning of 1 January 1970 (the Epoch).
.BR timerisset ()
-returns true (non-zero) if either field of the
+returns true (nonzero) if either field of the
.I timeval
structure pointed to by
.I tvp
-contains a non-zero value.
+contains a nonzero value.
.BR timercmp ()
compares the timer values in
@@ -113,7 +113,7 @@ and
.I b
using the comparison operator
.IR CMP ,
-and returns true (non-zero) or false (0) depending on
+and returns true (nonzero) or false (0) depending on
the result of the comparison.
Some systems (but not Linux/glibc),
have a broken
@@ -140,7 +140,7 @@ portable applications can instead use
.BR timerisset ()
and
.BR timercmp ()
-return true (non-zero) or false (0).
+return true (nonzero) or false (0).
.SH ERRORS
No errors are defined.
.SH CONFORMING TO