diff options
author | Gerrit Pape <pape@smarden.org> | 2009-09-24 22:11:02 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2009-09-24 22:17:10 +0000 |
commit | c61f0e88742e90b78e52ffe6f9dd3c74696f9156 (patch) | |
tree | 4444e2bf4aab01080acbbf0ff121e141ce7737f6 /man | |
parent | aa5b631c558dc19f2c421938dd5ed3db418cd232 (diff) | |
download | runit-c61f0e88742e90b78e52ffe6f9dd3c74696f9156.tar.gz runit-c61f0e88742e90b78e52ffe6f9dd3c74696f9156.tar.xz runit-c61f0e88742e90b78e52ffe6f9dd3c74696f9156.zip |
* man/sv.8: clarify which return values apply to the LSB init script
interface.
Diffstat (limited to 'man')
-rw-r--r-- | man/sv.8 | 9 |
1 files changed, 4 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), |