diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/runsv.8 | 13 | ||||
-rw-r--r-- | man/runsvchdir.8 | 4 | ||||
-rw-r--r-- | man/runsvdir.8 | 5 |
3 files changed, 8 insertions, 14 deletions
diff --git a/man/runsv.8 b/man/runsv.8 index 1f4200c..96991fd 100644 --- a/man/runsv.8 +++ b/man/runsv.8 @@ -65,7 +65,7 @@ and (optionally) are provided to give commands to .BR runsv . You can use -.BR svc (8) +.BR runsvctrl (8) to control the service or just write one of the following characters to the named pipe: .TP @@ -124,10 +124,10 @@ exits. This command is ignored if it is given to .IR service /log/supervise/control. .P -For example, to send a TERM signal to /service/socklog-unix, either do - # svc \-t /service/socklog-unix +Example: to send a TERM signal to the socklog-unix service, either do + # runsvctrl term /var/service/socklog-unix or - # echo \-n t >/service/socklog-unix/supervise/control + # echo \-n t >/var/service/socklog-unix/supervise/control .P If .BR echo (1) @@ -162,10 +162,7 @@ runsvchdir(8), svlogd(8), svwaitdown(8), svwaitup(8), -svc(8), -supervise(8) .P - http://smarden.org/runit/ - http://cr.yp.to/daemontools.html +http://smarden.org/runit/ .SH AUTHOR Gerrit Pape <pape@smarden.org> diff --git a/man/runsvchdir.8 b/man/runsvchdir.8 index f7ef74a..30294c9 100644 --- a/man/runsvchdir.8 +++ b/man/runsvchdir.8 @@ -27,13 +27,13 @@ with a symlink pointing to .IR dir . .P Normally -.I /service +.I /var/service is a symlink to .IR current , and .BR runsvdir (8) is running -.IR /service . +.IR /var/service . .SH EXIT CODES .B runsvchdir prints an error message and exits 111 on error. diff --git a/man/runsvdir.8 b/man/runsvdir.8 index f590e43..6d61e75 100644 --- a/man/runsvdir.8 +++ b/man/runsvdir.8 @@ -90,10 +90,7 @@ runit-init(8), svlogd(8), svwaitdown(8), svwaitup(8), -readproctitle(8), -svscan(8) .P - http://smarden.org/runit/ - http://cr.yp.to/daemontools.html +http://smarden.org/runit/ .SH AUTHOR Gerrit Pape <pape@smarden.org> |