diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-01-11 11:36:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-01-11 11:36:38 +0000 |
commit | a37ea0818a0889fbf36a4fbe918929b53fb0f7c6 (patch) | |
tree | 8b5721e9cea4bcdc016cd5a36c4f0c630ea94074 /doc | |
parent | 7b9931e6403db6aeabb0ccc26e126dcf74cf3c03 (diff) | |
download | s6-a37ea0818a0889fbf36a4fbe918929b53fb0f7c6.tar.xz |
More bugfixes
And doc fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/instances.html | 4 | ||||
-rw-r--r-- | doc/s6-instance-create.html | 2 | ||||
-rw-r--r-- | doc/s6-instance-maker.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/instances.html b/doc/instances.html index 8f49923..53b42e4 100644 --- a/doc/instances.html +++ b/doc/instances.html @@ -19,7 +19,7 @@ <h1> Dynamic instantiation under s6 </h1> <p> - A <em>instanced service</em> is a parameterized service that you want to + An <em>instanced service</em> is a parameterized service that you want to run several copies of, with only the parameter changing. Each copy of the service is called an <em>instance</em>. </p> @@ -86,7 +86,7 @@ here for informational purposes. <ul> <li> The service directory created by <a href="s6-instance-maker.html">s6-instance-maker</a> -has two specifics subdirectories in it: <tt>instance</tt> and <tt>instances</tt>. They +has two specific subdirectories in it: <tt>instance</tt> and <tt>instances</tt>. They are initially empty, except that the template service directory is stored in <tt>instances/.template</tt>. </li> <li> When the service is active, there is an <a href="s6-svscan.html">s6-svscan</a> diff --git a/doc/s6-instance-create.html b/doc/s6-instance-create.html index 1aa0d4c..ea0b633 100644 --- a/doc/s6-instance-create.html +++ b/doc/s6-instance-create.html @@ -63,7 +63,7 @@ been given, the supervisor auto-starts the instance as soon as it runs. </li> <li> <tt>-D</tt> : down, and stay down. The instance supervisor will be started, but the instance itself will remain down. A <tt>down</tt> file will be created for the instance. By default, if neither the <tt>-d</tt> nor <tt>-D</tt> options have -been given, the supervisor auto-starts the instancece as soon as it runs. </li> +been given, the supervisor auto-starts the instance as soon as it runs. </li> <li> <tt>-P</tt> : public. Everyone will be able to subscribe to the instance supervisor's notification. By default, only processes running with the same gid as the instanced service can subscribe to it. </li> diff --git a/doc/s6-instance-maker.html b/doc/s6-instance-maker.html index ac86671..906d041 100644 --- a/doc/s6-instance-maker.html +++ b/doc/s6-instance-maker.html @@ -98,7 +98,7 @@ When the <tt>-r</tt> option is not given at all, <em>dir</em> is a regular servi directory for direct inclusion (or linking) in a host <a href="scandir.html">scan directory</a>, and if the <tt>-L</tt> option is given then the logger for the instance supervisor and all its instances is declared in -<em>dir</em><tt>/log</tt>). </li> <br> +<em>dir</em><tt>/log</tt>. </li> <br> <li> <tt>-u</tt> <em>user</em> : run the instance supervisor, and all of the instances, as user <em>user</em>. This option should only be used when the |