aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libsimple_strtotimespec.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/libsimple_strtotimespec.3')
-rw-r--r--man3/libsimple_strtotimespec.314
1 files changed, 13 insertions, 1 deletions
diff --git a/man3/libsimple_strtotimespec.3 b/man3/libsimple_strtotimespec.3
index 85ff88b..b6d4a71 100644
--- a/man3/libsimple_strtotimespec.3
+++ b/man3/libsimple_strtotimespec.3
@@ -1,6 +1,7 @@
-.TH LIBSIMPLE_STRTOTIMESPEC 3 2018-10-31 libsimple
+.TH LIBSIMPLE_STRTOTIMESPEC 3 libsimple
.SH NAME
libsimple_strtotimespec, libsimple_strtotimeval \- convert a string to a duration data structure
+
.SH SYNOPSIS
.nf
#include <libsimple.h>
@@ -18,6 +19,7 @@ int libsimple_strtotimeval(struct timeval *restrict \fItv\fP, const char *\fIs\f
.PP
Link with
.IR \-lsimple .
+
.SH DESCRIPTION
The
.BR libsimple_strtotimespec ()
@@ -50,6 +52,7 @@ where the digits in
.BR \e2 ,
if any, are repeating decimals and must contain atleast
one digit if it is included.
+
.SH RETURN VALUE
The
.BR libsimple_strtotimespec ()
@@ -57,6 +60,7 @@ and
.BR libsimple_strtotimeval ()
functions return 0 upon successful completion;
otherwise \-1 is returned.
+
.SH ERRORS
The
.BR libsimple_strtotimespec ()
@@ -86,6 +90,7 @@ and
(if the result is too small).
.I *end
will be set.
+
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -110,18 +115,25 @@ T{
.BR libsimple_strtotimeval ()
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),