diff options
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/overview.html | 2 | ||||
-rw-r--r-- | doc/s6-linux-init-maker.html | 6 | ||||
-rw-r--r-- | doc/s6-linux-init-shutdown.html | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html index ac5f1fa..d04f9c3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ empirical and historical specifications. For instance, it provides: kernel command line </li> <li> sysvinit-like commands to shut the system down, including a <tt>shutdown</tt> command that follows the -<a href="http://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/shutdown.html">LSB specification</a> </li> +<a href="https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/shutdown.html">LSB specification</a> </li> </ul> <hr /> @@ -108,7 +108,7 @@ all the other packages against the <em>static</em> version of libskarnet. <p> s6-linux-init is free software. It is available under the -<a href="http://opensource.org/licenses/ISC">ISC license</a>. +<a href="https://opensource.org/licenses/ISC">ISC license</a>. </p> <h3> Download </h3> diff --git a/doc/overview.html b/doc/overview.html index f535453..71b852d 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -38,7 +38,7 @@ commands; <a href="s6-linux-init-telinit.html">s6-linux-init-telinit</a> is an implementation of the SysV <tt>telinit</tt> command; and <a href="s6-linux-init-shutdown.html">s6-linux-init-shutdown</a> is an implementation of the -<a href="http://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/shutdown.html">shutdown</a> +<a href="https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/shutdown.html">shutdown</a> command. <a href="s6-linux-init.html">s6-linux-init</a> is an implementation of stage 1 <tt>/sbin/init</tt>, but it needs to be given command-line options in order to do what the user has chosen. 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 diff --git a/doc/s6-linux-init-shutdown.html b/doc/s6-linux-init-shutdown.html index fb7b671..4994b63 100644 --- a/doc/s6-linux-init-shutdown.html +++ b/doc/s6-linux-init-shutdown.html @@ -40,7 +40,7 @@ broadcast to all logged in users (as tracked by utmp). </li> <p> The <tt>s6-linux-init-shutdown</tt> program conforms to the LSB-3.0.0 -<a href="http://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/shutdown.html">shutdown</a> +<a href="https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/shutdown.html">shutdown</a> interface. </p> |