From 1acd4252b0aefaa03d227217828a8b69d3cf3a87 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 7 Apr 2023 12:52:31 +0000 Subject: Doc typo fixes Signed-off-by: Laurent Bercot --- AUTHORS | 1 + doc/quickstart.html | 8 ++++---- doc/s6-linux-init-hpr.html | 2 +- doc/s6-linux-init-logouthookd.html | 4 ++-- doc/s6-linux-init-shutdownd.html | 2 +- doc/upgrade.html | 2 +- doc/why.html | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3d476cb..8eeb8af 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,3 +10,4 @@ Thanks to: Guillermo Muhammad Mahendra Subrata Leah Neukirchen + Alexis diff --git a/doc/quickstart.html b/doc/quickstart.html index 1f8cd9e..4ec6a48 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -44,17 +44,17 @@ add the -d /dev option to the s6-linux-init-maker command line
  • Reboot. Warning: use your old reboot command, that you saved, not the new one that has just been created by s6-linux-init-maker, because you're still running on your old init system and need to use a reboot command that matches it.
  • -
  • After the reboot: congratulations! your machine is now running a s6-based init system.
  • +
  • After the reboot: congratulations! your machine is now running an s6-based init system.
  • To shut the machine down, use /sbin/shutdown, /sbin/halt, /sbin/poweroff or /sbin/reboot as usual.
  • FAQ

    -

    How do I convert a runit setup to a s6 one ?

    +

    How do I convert a runit setup to an s6 one ?

    - A runit and a s6 setup are very similar. There are just three things you + A runit and an s6 setup are very similar. There are just three things you need to pay attention to:

    @@ -105,7 +105,7 @@ filesystems will be unmounted and the machine will be rebooted and/or stopped.

    - So, the quickest way to port a runit setup to a s6-linux-init one is to: + So, the quickest way to port a runit setup to an s6-linux-init one is to:

      diff --git a/doc/s6-linux-init-hpr.html b/doc/s6-linux-init-hpr.html index 4bf38cd..f0ed6fe 100644 --- a/doc/s6-linux-init-hpr.html +++ b/doc/s6-linux-init-hpr.html @@ -20,7 +20,7 @@

      s6-linux-init-hpr triggers the software shutdown procedure, -or, with the -f option, it perform an immediate hardware shutdown. +or, with the -f option, it performs an immediate hardware shutdown. It is normally invoked through halt, poweroff or reboot wrappers created by s6-linux-init-maker. diff --git a/doc/s6-linux-init-logouthookd.html b/doc/s6-linux-init-logouthookd.html index df18cb5..7a56a65 100644 --- a/doc/s6-linux-init-logouthookd.html +++ b/doc/s6-linux-init-logouthookd.html @@ -56,7 +56,7 @@ will definitely not do it. Some distributions use versions of login that fork the user's shell instead of execing it. When the user logs out, the login program cleans up after itself. This is a better model, but it's not -always easy to patch login to go from a "exec the shell" model to a +always easy to patch login to go from an "exec the shell" model to a "fork the shell as a child" model.

      @@ -78,7 +78,7 @@ no program uses it. However, here's the list for completeness:

        -
      • 0: success, whether or not there was an utmp record to clean up.
      • +
      • 0: success, whether or not there was a utmp record to clean up.
      • 1: connection attempt from a non-root user.
      • 2: write attempt from a (misprogrammed) client.
      • 111: system call failed.
      • diff --git a/doc/s6-linux-init-shutdownd.html b/doc/s6-linux-init-shutdownd.html index a5e92ca..b0d42f4 100644 --- a/doc/s6-linux-init-shutdownd.html +++ b/doc/s6-linux-init-shutdownd.html @@ -20,7 +20,7 @@

        s6-linux-init-shutdownd is the daemon that manages the shutdown -procedure for a s6-linux-init installation. It is not meant to be called +procedure for an s6-linux-init installation. It is not meant to be called directly by the user.

        diff --git a/doc/upgrade.html b/doc/upgrade.html index a459579..230d1e6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -227,7 +227,7 @@ power off. impacted binaries (s6-linux-init and s6-linux-init-shutdownd):
          -
        • -C: to boot a s6-based system in a container
        • +
        • -C: to boot an s6-based system in a container
        • -B: to disable the catch-all logger
      diff --git a/doc/why.html b/doc/why.html index 8898cbd..cb2e756 100644 --- a/doc/why.html +++ b/doc/why.html @@ -37,7 +37,7 @@ is a good choice for s6 run scripts. shell scripts. execline allows programs such as s6-linux-init-maker to generate scripts quite easily, whereas using the shell syntax would require them to understand -the full subleties of shell quoting. +the full subtleties of shell quoting.
  • s6, the main dish: a process supervision suite.
  • -- cgit v1.2.3