summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/instances.html4
-rw-r--r--doc/s6-instance-create.html2
-rw-r--r--doc/s6-instance-maker.html2
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>&nbsp;: 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>&nbsp;: 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>&nbsp;<em>user</em>&nbsp;: run the instance supervisor, and all
of the instances, as user <em>user</em>. This option should only be used when the