aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libsimple_timeval2timespec.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/libsimple_timeval2timespec.3')
-rw-r--r--man3/libsimple_timeval2timespec.314
1 files changed, 13 insertions, 1 deletions
diff --git a/man3/libsimple_timeval2timespec.3 b/man3/libsimple_timeval2timespec.3
index d4381ce..f6dcf90 100644
--- a/man3/libsimple_timeval2timespec.3
+++ b/man3/libsimple_timeval2timespec.3
@@ -1,6 +1,7 @@
-.TH LIBSIMPLE_TIMEVAL2TIMESPEC 3 2018-10-30 libsimple
+.TH LIBSIMPLE_TIMEVAL2TIMESPEC 3 libsimple
.SH NAME
libsimple_timeval2timespec, libsimple_timespec2timeval \- convert between timespec and timeval
+
.SH SYNOPSIS
.nf
#include <libsimple.h>
@@ -18,6 +19,7 @@ int libsimple_timespec2timeval(struct timeval *restrict \fItv\fP, const struct t
.PP
Link with
.IR \-lsimple .
+
.SH DESCRIPTION
The
.BR libsimple_timeval2timespec ()
@@ -37,6 +39,7 @@ to a
rounding to nearest microsecond,
and stores the result in
.IR tv .
+
.SH RETURN VALUE
The
.BR libsimple_timespec2timeval ()
@@ -48,6 +51,7 @@ to indicate the error.
The
.BR libsimple_timeval2timespec ()
function does not return a value.
+
.SH ERRORS
The
.BR libsimple_timespec2timeval ()
@@ -65,6 +69,7 @@ will be stored in
The
.BR libsimple_timeval2timespec ()
function cannot fail.
+
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -89,18 +94,25 @@ T{
.BR libsimple_timespec2timeval ()
T} Async-cancel safety AC-Safe
.TE
+
.SH EXAMPLES
None.
+
.SH APPLICATION USAGE
None.
+
.SH RATIONALE
None.
+
.SH FUTURE DIRECTIONS
None.
+
.SH NOTES
None.
+
.SH BUGS
None.
+
.SH SEE ALSO
.BR libsimple_sumtimespec (3),
.BR libsimple_difftimespec (3),