diff options
Diffstat (limited to 'man/runsv.8')
-rw-r--r-- | man/runsv.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/runsv.8 b/man/runsv.8 index 53f1b1b..7c5abfc 100644 --- a/man/runsv.8 +++ b/man/runsv.8 @@ -157,9 +157,9 @@ This command is ignored if it is given to .IR service /log/supervise/control. .P Example: to send a TERM signal to the socklog-unix service, either do - # sv term /var/service/socklog-unix + # sv term /service/socklog-unix or - # printf t >/var/service/socklog-unix/supervise/control + # printf t >/service/socklog-unix/supervise/control .P .BR printf (1) usually blocks if no |