diff options
author | Gerrit Pape <pape@smarden.org> | 2006-11-21 15:09:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-11-21 15:09:10 +0000 |
commit | 0df1c469d058d1582c67001b2d58eae6336d81f9 (patch) | |
tree | dfe83686d61b79d76f57183bf8af1cb897d84f0b /man | |
parent | 419005745ba8cb925d00d6a3cb2ca3ea62e6f8bb (diff) | |
download | runit-0df1c469d058d1582c67001b2d58eae6336d81f9.tar.gz runit-0df1c469d058d1582c67001b2d58eae6336d81f9.tar.xz runit-0df1c469d058d1582c67001b2d58eae6336d81f9.zip |
* doc/index.html: some reordering.
* runit.c: fix arguments to wait_pid() after fork for reboot_system() (thx Jan Kampe). * man/runsv.8: suggest printf t instead of echo -n t.
Diffstat (limited to 'man')
-rw-r--r-- | man/runsv.8 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/man/runsv.8 b/man/runsv.8 index 824de2f..53f1b1b 100644 --- a/man/runsv.8 +++ b/man/runsv.8 @@ -159,14 +159,9 @@ This command is ignored if it is given to Example: to send a TERM signal to the socklog-unix service, either do # sv term /var/service/socklog-unix or - # echo \-n t >/var/service/socklog-unix/supervise/control + # printf t >/var/service/socklog-unix/supervise/control .P -If -.BR echo (1) -on your systems does not provide the \-n option, leave it out, -.B runsv -ignores unknown characters written to the control pipe. -.BR echo (1) +.BR printf (1) usually blocks if no .B runsv process is running in the service directory. |