From 0df1c469d058d1582c67001b2d58eae6336d81f9 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Tue, 21 Nov 2006 15:09:10 +0000 Subject: * 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. --- man/runsv.8 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'man') 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. -- cgit 1.4.1