diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 12:15:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 12:15:54 +0000 |
commit | 6fba0910c9eb08e341595853284b1bd44f28f232 (patch) | |
tree | eb2c27bb3f796cd12dfc9db10392f3ad93417525 /doc/s6-linux-init-maker.html | |
parent | afbc806ee9215bc97f618541c3c312bea7c2081e (diff) | |
download | s6-linux-init-6fba0910c9eb08e341595853284b1bd44f28f232.tar.xz |
Doc http scheme fixes
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 |