summary refs log tree commit diff
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2009-09-24 22:11:02 +0000
committerGerrit Pape <pape@smarden.org>2009-09-24 22:17:10 +0000
commitc61f0e88742e90b78e52ffe6f9dd3c74696f9156 (patch)
tree4444e2bf4aab01080acbbf0ff121e141ce7737f6
parentaa5b631c558dc19f2c421938dd5ed3db418cd232 (diff)
downloadrunit-c61f0e88742e90b78e52ffe6f9dd3c74696f9156.tar.gz
runit-c61f0e88742e90b78e52ffe6f9dd3c74696f9156.tar.xz
runit-c61f0e88742e90b78e52ffe6f9dd3c74696f9156.zip
* man/sv.8: clarify which return values apply to the LSB init script
    interface.
-rw-r--r--man/sv.89
-rw-r--r--package/CHANGES2
2 files changed, 6 insertions, 5 deletions
diff --git a/man/sv.8 b/man/sv.8
index cbce14e..9bc005a 100644
--- a/man/sv.8
+++ b/man/sv.8
@@ -249,14 +249,13 @@ exits 100 on error.
 If
 .B sv
 is called with a base name other than
-.BR sv ,
-it exits 1 on timeout or trouble sending the command.
-If the
+.BR sv :
+it exits 1 on timeout or trouble sending the command; if the
 .I command
 is
 .BR status ,
-it exits 3 if the service is down, and 4 if the status is unknown.
-It exits 2 on wrong usage, and 151 on error.
+it exits 3 if the service is down, and 4 if the status is unknown;
+it exits 2 on wrong usage, and 151 on error.
 .SH SEE ALSO
 runsv(8),
 chpst(8),
diff --git a/package/CHANGES b/package/CHANGES
index 144105f..d852097 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -8,6 +8,8 @@
     open_* functions (thx David Reiss).
   * runsv.c: exit with error if [log/]supervise/control exists, but is
     not a fifo (thx Charlie Brady).
+  * man/sv.8: clarify which return values apply to the LSB init script
+    interface.
 
 2.0.0
 Sun, 15 Jun 2008 15:31:05 +0000