summaryrefslogtreecommitdiffstats
path: root/now.3
diff options
context:
space:
mode:
Diffstat (limited to 'now.3')
-rw-r--r--now.314
1 files changed, 14 insertions, 0 deletions
diff --git a/now.3 b/now.3
new file mode 100644
index 0000000..3d845b1
--- /dev/null
+++ b/now.3
@@ -0,0 +1,14 @@
1.TH now 3
2.SH NAME
3now \- get current time, in seconds
4.SH SYNTAX
5.B #include <now.h>
6
7datetime_sec \fBnow\fP();
8.SH DESCRIPTION
9.B now
10returns the number of real-time seconds that have elapsed
11since the end of 1969 TAI.
12.SH "SEE ALSO"
13datetime(3),
14time(3)