diff options
author | Gerrit Pape <pape@smarden.org> | 2005-12-18 11:15:50 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2005-12-18 11:15:50 +0000 |
commit | c2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28 (patch) | |
tree | 88b54b91c56dbb41252f47ba8972ea0384ec593e /man/runsvctrl.8 | |
parent | ac103e08fa07c983c69a55fc59f7979b89026c95 (diff) | |
download | runit-c2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28.tar.gz runit-c2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28.tar.xz runit-c2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28.zip |
* svlogd.c: don't print extra newlines to the log if additionally writing
to the network through udp (thx Andras Korn, http://bugs.debian.org/339030). * runsvdir.c: also process svdir changes if mtime of svdir has changed into the past (thx Martin Dickopp). * doc/index.html: update description; Please contact this list and not me privately. * doc/replaceinit.html, doc/runscripts.html: minor. * man/chpst.8: -U doesn't support a list of groups. * man/svlogd.8: update PATTERN MATCHING section, add example (based on sugesstions from Joshua N Pritikin). * man/*8: update SEE ALSO sections: runsvctrl, runsvstat, svwaitdown, svwaitup will become obsolete; remove references to man pages for programs from the daemontools package. 1.3.2.
Diffstat (limited to 'man/runsvctrl.8')
-rw-r--r-- | man/runsvctrl.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/runsvctrl.8 b/man/runsvctrl.8 index 0dd2e3d..b653791 100644 --- a/man/runsvctrl.8 +++ b/man/runsvctrl.8 @@ -106,18 +106,16 @@ The maximum is 100. .B runsvctrl exits 111 on error. .SH SEE ALSO +sv(8), runsv(8), -runsvstat(8), chpst(8), svlogd(8), runit(8), runit-init(8), runsvdir(8), runsvchdir(8), -utmpset(8), -svwaitdown(8), -svwaitup(8) +runsvstat(8) .P - http://smarden.org/runit/ +http://smarden.org/runit/ .SH AUTHOR Gerrit Pape <pape@smarden.org> |