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/instances.html | |
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/instances.html')
-rw-r--r-- | doc/instances.html | 4 |
1 files changed, 2 insertions, 2 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> |