summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2006-11-21 15:09:10 +0000
committerGerrit Pape <pape@smarden.org>2006-11-21 15:09:10 +0000
commit0df1c469d058d1582c67001b2d58eae6336d81f9 (patch)
treedfe83686d61b79d76f57183bf8af1cb897d84f0b /man
parent419005745ba8cb925d00d6a3cb2ca3ea62e6f8bb (diff)
downloadrunit-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.89
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.