aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/s6_live.html1
-rw-r--r--doc/s6_set.html5
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6_live.html b/doc/s6_live.html
index acc0a07..410421f 100644
--- a/doc/s6_live.html
+++ b/doc/s6_live.html
@@ -196,6 +196,7 @@ defined in the current live database and listed by name in <em>servicenames</em>
service directory's <tt>down-signal</tt> file, to the process. </li>
<li> if the service is a oneshot: executing the <tt>reload</tt> script defined
for it. </li>
+ </ul> </li>
<li> <tt>s6 live reload</tt> only applies to the listed services. It does not
touch dependencies. It does not change service states: if a service is down,
<tt>reload</tt> has no effect, and if a service is up, it is still up after
diff --git a/doc/s6_set.html b/doc/s6_set.html
index 683cbad..e376b6b 100644
--- a/doc/s6_set.html
+++ b/doc/s6_set.html
@@ -61,7 +61,7 @@ and usage of the <tt>s6 set</tt> command. It is not as detailed as this page.
<h4> Interface </h4>
<pre>
- s6 set copy [ -f ] <em>source</em> <em>dest</em>
+ s6 set copy [ -f ] <em>source</em> <em>dest</em>
</pre>
<ul>
@@ -243,7 +243,7 @@ informational message (if verbosity is 2 or more) listing the services that are
pulled into the change, then apply the change. </dd>
<dt> <tt>-s <em>setname</em></tt>, <tt>--set=<em>setname</em></tt> </dt>
- <dd> Perform the change on set <em>setname</em>. Default is <strong>current</strong> </dd>
+ <dd> Perform the change on set <em>setname</em>. Default is <strong>current</strong>. </dd>
</dl>
<h3 id="check"> check </h3>
@@ -357,7 +357,6 @@ matches the prescriptions of the working set exactly. </li>
</ul>
In other words, <tt>s6 set apply</tt> immediately turns the working set
into the current live state. It is a powerful command. </li>
- <li>
</ul>
<h4> Options </h4>