diff options
Diffstat (limited to 'doc/s6-clock.html')
-rw-r--r-- | doc/s6-clock.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/s6-clock.html b/doc/s6-clock.html index 7621793..e8e9b43 100644 --- a/doc/s6-clock.html +++ b/doc/s6-clock.html @@ -6,14 +6,14 @@ <title>s6-portable-utils: the s6-clock program</title> <meta name="Description" content="s6-portable-utils: the s6-clock program" /> <meta name="Keywords" content="s6-portable-utils command s6-clock clock" /> - <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> </head> <body> <p> <a href="index.html">s6-portable-utils</a><br /> -<a href="http://skarnet.org/software/">Software</a><br /> -<a href="http://skarnet.org/">skarnet.org</a> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> </p> <h1> The <tt>s6-clock</tt> program </h1> @@ -31,13 +31,13 @@ <p> When called without an argument, s6-clock writes the current system time, as a -<a href="http://skarnet.org/software/skalibs/libstddjb/tai.html#timestamp">TAI64N +<a href="//skarnet.org/software/skalibs/libstddjb/tai.html#timestamp">TAI64N timestamp</a>, to stdout. </p> <p> When given an argument <em>label</em>, which must be a -<a href="http://skarnet.org/software/skalibs/libstddjb/tai.html#timestamp">TAI64N +<a href="//skarnet.org/software/skalibs/libstddjb/tai.html#timestamp">TAI64N timestamp</a>, s6-clock sets the system time to this value. </p> @@ -47,7 +47,7 @@ timestamp</a>, s6-clock sets the system time to this value. <li> 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 -<a href="http://skarnet.org/software/skalibs/">skalibs</a> has been built with +<a href="//skarnet.org/software/skalibs/">skalibs</a> has been built with the right settings. </li> </ul> |