aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_multimespec.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/libsimple_multimespec.3')
-rw-r--r--man/libsimple_multimespec.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/libsimple_multimespec.3 b/man/libsimple_multimespec.3
index 0d464ee..a55b7a2 100644
--- a/man/libsimple_multimespec.3
+++ b/man/libsimple_multimespec.3
@@ -1,6 +1,6 @@
.TH LIBSIMPLE_MULTIMESPEC 3 2018-10-29 libsimple
.SH NAME
-libsimple_multimespec \- multiply a duration with an integer
+libsimple_multimespec, libsimple_multimeval \- multiply a duration with an integer
.SH SYNOPSIS
.nf
#include <libsimple.h>
@@ -35,7 +35,7 @@ The
and
.BR libsimple_multimeval ()
functions return 0 on successful completion;
-otherwise, \−1 is returned and
+otherwise, \-1 is returned and
.I errno
is set to indicate the error.
.SH ERRORS
@@ -50,21 +50,21 @@ The result is too large or too small to be stored; if the
result is too large
.I *diff
will be set to
-.I {.tv_sec=TIME_MAX,tv_nsec=999999999L}
+.I {.tv_sec=TIME_MAX,.tv_nsec=999999999L}
for the
.BR libsimple_multimespec ()
function and to
-.I {.tv_sec=TIME_MAX,tv_usec=999999L}
+.I {.tv_sec=TIME_MAX,.tv_usec=999999L}
for the
.BR libsimple_multimeval ()
function, if the result is too small
.I *diff
will be set to
-.I {.tv_sec=TIME_MIN,tv_nsec=0}
+.I {.tv_sec=TIME_MIN,.tv_nsec=0}
for the
.BR libsimple_multimespec ()
function and to
-.I {.tv_sec=TIME_MIN,tv_usec=0}
+.I {.tv_sec=TIME_MIN,.tv_usec=0}
for the
.BR libsimple_multimeval ()
function.