aboutsummaryrefslogtreecommitdiffstats
path: root/man3/timeradd.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-25 22:02:19 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-25 22:02:19 +0000
commitc382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d (patch)
tree4d7413e2a157d8b24a67a5427b9f23f54c64c277 /man3/timeradd.3
parente41589248673be34a9997f519b08302c50a22d04 (diff)
downloadman-pages-c382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d.tar.gz
hyphenation fixes
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 5dfae62ce8..f79beab064 100644
--- a/man3/timeradd.3
+++ b/man3/timeradd.3
@@ -97,11 +97,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
@@ -110,13 +110,13 @@ 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.
.SH RETURN VALUE
.BR timerisset ()
and
.BR timercmp ()
-return true (non-zero) or false (0).
+return true (nonzero) or false (0).
.BR
.SH ERRORS
No errors are defined.