diff options
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r-- | doc/runsv.8.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html index 91646e8..3f430f1 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -108,9 +108,9 @@ command is ignored if it is given to <i>service</i>/log/supervise/control. </dd> <p> Example: to send a TERM signal to the socklog-unix service, either do # sv term -/var/service/socklog-unix<br> +/service/socklog-unix<br> or<br> - # printf t >/var/service/socklog-unix/supervise/control<br> + # printf t >/service/socklog-unix/supervise/control<br> <p> <i><b>printf</b>(1)</i> usually blocks if no <b>runsv</b> process is running in the service directory. |