diff options
Diffstat (limited to 'doc/s6-linux-init-maker.html')
-rw-r--r-- | doc/s6-linux-init-maker.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 68fe91f..b1b0649 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -213,9 +213,9 @@ Default is <strong><tt>022</tt></strong>. </li> <br /> <li> <tt>-t</tt> <em>timestamp_style</em> : how logs are timestamped by the catch-all logger. 0 means no timestamp, 1 means -<a href="http://cr.yp.to/libtai/tai64.html">external TAI64N format</a>, +<a href="https://cr.yp.to/libtai/tai64.html">external TAI64N format</a>, 2 means -<a href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601 format</a>, +<a href="https://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601 format</a>, and 3 means both. Default is <strong><tt>1</tt></strong>. </li> <br /> @@ -347,7 +347,7 @@ the descriptor that was <tt>init</tt>'s standard error. </li> container's init program report being killed by a SIGHUP. Stopping it with <tt>poweroff</tt> will make it report being killed by a SIGINT. This is according to the -<a href="http://man7.org/linux/man-pages/man2/reboot.2.html">reboot(2)</a> +<a href="https://man7.org/linux/man-pages/man2/reboot.2.html">reboot(2)</a> specification. </li> <li> Stopping the container with <tt>halt</tt>, however, is different. It will make the container's pid 1 read a number in the |