commit fcab0f146a1646fcc0445e0219394ba7e277178a
parent 38ddde2440ca71056503fb881af25a6166c889d4
Author: Gerrit Pape <pape@smarden.org>
Date: Fri, 14 Jan 2005 22:52:13 +0000
html (part 2).
Diffstat:
2 files changed, 20 insertions(+), 13 deletions(-)
diff --git a/doc/runsv.8.html b/doc/runsv.8.html
@@ -75,9 +75,13 @@ service is running, send it a ALRM signal. </dd>
running, send it a INT signal. </dd>
<dt><b>q</b> </dt>
-<dd>Quit. If the service is running, send it
-a QUIT signal. <b>1</b> User-defined 1. If the service is running, send it a USR1
-signal. </li><b></b><li>User-defined 2. If the service is running, send it a USR2 signal. </dd>
+<dd>Quit. If the service is running, send it a QUIT signal. </dd>
+
+<dt><b>1</b> </dt>
+<dd>User-defined 1. If the service is running, send it a USR1 signal. </dd>
+
+<dt><b>2</b> </dt>
+<dd>User-defined 2. If the service is running, send it a USR2 signal. </dd>
<dt><b>t</b>
</dt>
@@ -97,11 +101,11 @@ is down, <b>runsv</b> exits. This command is ignored if it is given to <i>servic
</dd>
</dl>
<p>
-Example: to send a TERM signal to the socklog-unix service, either do
-# runsvctrl term /var/service/socklog-unix<br>
- or<br>
- # echo -n t >/var/service/socklog-unix/supervise/control<br>
- <p>
+Example: to send a TERM signal to the socklog-unix service, either do<br>
+ # runsvctrl term /var/service/socklog-unix<br>
+ or<br>
+ # echo -n t >/var/service/socklog-unix/supervise/control<br>
+<p>
If <i><b>echo</b>(1)</i> on your systems does not provide the -n option, leave it out,
<b>runsv</b> ignores unknown characters written to the control pipe. <i><b>echo</b>(1)</i> usually
blocks if no <b>runsv</b> process is running in the service directory.
diff --git a/doc/runsvctrl.8.html b/doc/runsvctrl.8.html
@@ -57,13 +57,16 @@ is running, send it a ALRM signal. </dd>
send it a INT signal. </dd>
<dt><b>quit</b> </dt>
-<dd>If the service is running, send it a QUIT signal.
-</li><b></b><li>If the service is running, send it a USR1 signal. </li><b></b><li>If the service is running,
-send it a USR2 signal. </dd>
+<dd>If the service is running, send it a QUIT signal. </dd>
+
+<dt><b>1</b> </dt>
+<dd>If the service is running, send it a USR1 signal. </dd>
+
+<dt><b>2</b> </dt>
+<dd>If the service is running, send it a USR2 signal. </dd>
<dt><b>term</b> </dt>
-<dd>If the service is running, send it a TERM signal.
-</dd>
+<dd>If the service is running, send it a TERM signal. </dd>
<dt><b>kill</b> </dt>
<dd>If the service is running, send it a KILL signal. </dd>