From abb471449efcb61571b6a63d3055598acafd9ffe Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 30 Oct 2018 18:08:15 +0100 Subject: Add man pages for doubletotime{spec,val} and time{spec,val}todouble, and fix other man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man/libsimple_sumtimespec.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/libsimple_sumtimespec.3') diff --git a/man/libsimple_sumtimespec.3 b/man/libsimple_sumtimespec.3 index 95dd30b..81632b8 100644 --- a/man/libsimple_sumtimespec.3 +++ b/man/libsimple_sumtimespec.3 @@ -1,6 +1,6 @@ .TH LIBSIMPLE_SUMTIMESPEC 3 2018-10-29 libsimple .SH NAME -libsimple_sumtimespec \- calculate the sum of two durations +libsimple_sumtimespec, libsimple_sumtimeval \- calculate the sum of two durations .SH SYNOPSIS .nf #include @@ -35,7 +35,7 @@ The and .BR libsimple_sumtimeval () 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 *sum will be set to -.I {.tv_sec=TIME_MAX,tv_nsec=999999999L} +.I {.tv_sec=TIME_MAX,.tv_nsec=999999999L} for the .BR libsimple_sumtimespec () function and to -.I {.tv_sec=TIME_MAX,tv_usec=999999L} +.I {.tv_sec=TIME_MAX,.tv_usec=999999L} for the .BR libsimple_sumtimeval () function, if the result is too small .I *sum will be set to -.I {.tv_sec=TIME_MIN,tv_nsec=0} +.I {.tv_sec=TIME_MIN,.tv_nsec=0} for the .BR libsimple_sumtimespec () function and to -.I {.tv_sec=TIME_MIN,tv_usec=0} +.I {.tv_sec=TIME_MIN,.tv_usec=0} for the .BR libsimple_sumtimeval () function. -- cgit v1.2.3-70-g09d2