diff options
author | AndCycle <andcycle-github@andcycle.idv.tw> | 2016-12-02 19:22:14 +0800 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-12-02 10:57:10 -0600 |
commit | 42cb84882918a0c9dd93a89d92b0b4818dfb44b8 (patch) | |
tree | 952aa95b3292b4c413f2d7a79f06d230b4086f53 | |
parent | e0ac661419042cb39c1ccf93df2981504d1e6339 (diff) |
fix manual typo
This fixes #105.
-rw-r--r-- | man/openrc-run.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 3c23bcca..25ec5b91 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -97,7 +97,7 @@ String describing the extra command. .It Ar supervisor Supervisor to use to monitor this daemon. If this is unset or invalid, start-stop-daemon will be used. -Currently, we support s6 from scarnet software, and supervise-daemon +Currently, we support s6 from skarnet software, and supervise-daemon which is a light-weight supervisor internal to OpenRC. To use s6, set supervisor=s6. |