diff options
author | Gerrit Pape <pape@smarden.org> | 2004-03-08 12:37:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-03-08 12:37:10 +0000 |
commit | de9ec7ad46f26d2f4eb06f23223ccecec40d7b9c (patch) | |
tree | f9c37620237729fc074832f76fb49f793c5cbffd /doc/chpst.8.html | |
parent | 0843f9bd30895d35e16028fbd1bdeae08492d1ae (diff) | |
download | runit-de9ec7ad46f26d2f4eb06f23223ccecec40d7b9c.tar.gz runit-de9ec7ad46f26d2f4eb06f23223ccecec40d7b9c.tar.xz runit-de9ec7ad46f26d2f4eb06f23223ccecec40d7b9c.zip |
* check-diff, check-dist, check-local, package/check: new; run checks on
programs. * package/install: run package/check. * chpst.check, runit-init.check, runit.check, runsv.check, runsvchdir.check, runsvctrl.check, runsvdir.check, runsvstat.check, svlogd.check, svwaitdown.check, svwaitup.check, utmpset.check: new; check program. * chpst.dist, runit-init.dist, runit.dist, runsv.dist, runsvchdir.dist, runsvctrl.dist, runsvdir.dist, runsvstat.dist, svlogd.dist, svwaitdown.dist, svwaitup.dist, utmpset.dist: new; dist check program output. 1.0.1
Diffstat (limited to 'doc/chpst.8.html')
-rw-r--r-- | doc/chpst.8.html | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/doc/chpst.8.html b/doc/chpst.8.html index 69fb925..acba8b0 100644 --- a/doc/chpst.8.html +++ b/doc/chpst.8.html @@ -75,36 +75,37 @@ size to <i>bytes</i> bytes. </dd> <i>bytes</i> bytes. </dd> <dt><b>-v</b> </dt> -<dd>verbose. Print warnings about limits unsupported by the system -to standard error. </dd> +<dd>verbose. Print verbose messages to standard error. This includes +warnings about limits unsupported by the system. </dd> <dt><b>-P</b> </dt> -<dd>pgrphack. Run <i>prog</i> in a new process group. </dd> +<dd>pgrphack. Run <i>prog</i> in +a new process group. </dd> <dt><b>-0</b> </dt> -<dd>Close standard -input before running <i>prog</i>. </dd> +<dd>Close standard input before running <i>prog</i>. </dd> <dt><b>-1</b> </dt> -<dd>Close standard output before running <i>prog</i>. </dd> +<dd>Close +standard output before running <i>prog</i>. </dd> -<dt><b>-2</b> -</dt> -<dd>Close standard error before running <i>prog</i>. </dd> +<dt><b>-2</b> </dt> +<dd>Close standard error before running +<i>prog</i>. </dd> </dl> <h2><a name='sect4'>Exit Codes</a></h2> -<b>chpst</b> exits 100 when -called with wrong options. It prints an error message and exits 111 if it -has trouble changing the process state. Otherwise its exit code is the same -as that of <i>prog</i>. +<b>chpst</b> exits 100 when called with wrong options. It prints +an error message and exits 111 if it has trouble changing the process state. +Otherwise its exit code is the same as that of <i>prog</i>. <h2><a name='sect5'>Emulation</a></h2> -If <b>chpst</b> is called as <i><b>envdir</b>(8)</i>, <i><b>envuidgid</b>(8)</i>, -<i><b>pgrphack</b>(8)</i>, <i><b>setlock</b>(8)</i>, <i><b>setuidgid</b>(8)</i>, or <i><b>softlimit</b>(8)</i>, it emulates the -functionality of these programs from the daemontools package respectively. - +If <b>chpst</b> is +called as <i><b>envdir</b>(8)</i>, <i><b>envuidgid</b>(8)</i>, <i><b>pgrphack</b>(8)</i>, <i><b>setlock</b>(8)</i>, <i><b>setuidgid</b>(8)</i>, +or <i><b>softlimit</b>(8)</i>, it emulates the functionality of these programs from the +daemontools package respectively. <h2><a name='sect6'>See Also</a></h2> -<i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>runsvdir(8)</i>, <i>setsid(2)</i> <p> +<i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, +<i>runsvdir(8)</i>, <i>setsid(2)</i> <p> <i>http://smarden.org/runit/</i><br> <i>http://cr.yp.to/daemontools.html</i><br> |