From c026dea4c33adc3f18b9788cab4d6ce7d56345c8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 9 Jan 2023 23:23:52 +0000 Subject: Doc typo fixes Signed-off-by: Laurent Bercot --- doc/instances.html | 4 ++-- doc/s6-instance-maker.html | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/instances.html b/doc/instances.html index 0586fdb..78b3cd5 100644 --- a/doc/instances.html +++ b/doc/instances.html @@ -94,8 +94,8 @@ are initially empty, except that the template service directory is stored in
  • When the service is active, there is an s6-svscan process running on instance.
  • s6-instance-create makes a copy of -instances/.template into instances/name/tt>, and -s6-svlinks instances/name/tt> to +instances/.template into instances/name, and +s6-svlinks instances/name to instance. When it returns, there is an s6-supervise process running on instance/name, and the instance may be up or not depending on the given options.
  • diff --git a/doc/s6-instance-maker.html b/doc/s6-instance-maker.html index 2eb0f4e..ac86671 100644 --- a/doc/s6-instance-maker.html +++ b/doc/s6-instance-maker.html @@ -50,8 +50,9 @@ for the s6-rc service manager.

    -s6-instance-maker creates a service directory in dir. The -created service will be a supervisor for a set of instances (initially empty) +s6-instance-maker creates a service directory in dir (which must +not already exist). The created service will be a supervisor for a set of +instances — initially empty — each running a copy of the service directory given in template.

    @@ -195,7 +196,7 @@ built if s6 is built with execline--disable-execline
    switch has not been given to configure.
  • If s6-instance-maker encounters failure (and exits 111), it does not clean up -the directories it created. Make sure to always test s6-usertree-maker's return code +the directories it created. Make sure to always test s6-instance-maker's return code and clean up after it if needed.
  • -- cgit v1.2.3