From 6fba0910c9eb08e341595853284b1bd44f28f232 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Jan 2021 12:15:54 +0000 Subject: Doc http scheme fixes --- doc/index.html | 4 ++-- doc/overview.html | 2 +- doc/s6-linux-init-maker.html | 6 +++--- 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
  • sysvinit-like commands to shut the system down, including a shutdown command that follows the -LSB specification
  • +LSB specification
    @@ -108,7 +108,7 @@ all the other packages against the static version of libskarnet.

    s6-linux-init is free software. It is available under the -ISC license. +ISC license.

    Download

    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; s6-linux-init-telinit is an implementation of the SysV telinit command; and s6-linux-init-shutdown is an implementation of the -shutdown +shutdown command. s6-linux-init is an implementation of stage 1 /sbin/init, 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 022.
  • -t timestamp_style : how logs are timestamped by the catch-all logger. 0 means no timestamp, 1 means -external TAI64N format, +external TAI64N format, 2 means -ISO 8601 format, +ISO 8601 format, and 3 means both. Default is 1.

  • @@ -347,7 +347,7 @@ the descriptor that was init's standard error. container's init program report being killed by a SIGHUP. Stopping it with poweroff will make it report being killed by a SIGINT. This is according to the -reboot(2) +reboot(2) specification.
  • Stopping the container with halt, 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).
  • The s6-linux-init-shutdown program conforms to the LSB-3.0.0 -shutdown +shutdown interface.

    -- cgit v1.2.3