From bea0037dbdd979603fb0b5be8b43f5478c1f6fec Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 Sep 2014 02:53:32 +0000 Subject: initial commit --- doc/s6-clock.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/s6-clock.html (limited to 'doc/s6-clock.html') diff --git a/doc/s6-clock.html b/doc/s6-clock.html new file mode 100644 index 0000000..37e05ec --- /dev/null +++ b/doc/s6-clock.html @@ -0,0 +1,54 @@ + + + + + s6-portable-utils: the s6-clock program + + + + + + +

+s6-portable-utils
+Software
+skarnet.org +

+ +

The s6-clock program

+ +

+ s6-clock gets or sets the system clock. +

+ +

Interface

+ +
+     s6-clock [ label ]
+
+ +

+ When called without an argument, s6-clock writes the current system +time, as a +TAI64N +timestamp, to stdout. +

+ +

+ When given an argument label, which must be a +TAI64N +timestamp, s6-clock sets the system time to this value. +

+ +

Notes

+ +

+ s6-clock only prints or accepts TAI time, no matter what the system clock is set +to (TAI-10 or UTC); it will automatically make the right conversions for your +system clock. Make sure your +skalibs has been built with +the right settings. +

+ + + -- cgit v1.3.1