summary refs log tree commit diff
path: root/doc/runsv.8.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r--doc/runsv.8.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html
index 4c62a79..986854c 100644
--- 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 &gt;/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 &gt;/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.