summary refs log tree commit diff
path: root/doc/runsv.8.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2005-01-14 22:52:13 +0000
committerGerrit Pape <pape@smarden.org>2005-01-14 22:52:13 +0000
commit71c149722775b51849b31376d180e2f3c5cc8ffa (patch)
tree45f3811367444aa5758616cd0343b6048d67530d /doc/runsv.8.html
parentada0d3c5534c0ba05e11afe89f5ba312ab3bd107 (diff)
downloadrunit-71c149722775b51849b31376d180e2f3c5cc8ffa.tar.gz
runit-71c149722775b51849b31376d180e2f3c5cc8ffa.tar.xz
runit-71c149722775b51849b31376d180e2f3c5cc8ffa.zip
html (part 2).
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.