diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/svlogd.8 | 15 | ||||
-rw-r--r-- | man/svwaitdown.8 | 5 |
2 files changed, 8 insertions, 12 deletions
diff --git a/man/svlogd.8 b/man/svlogd.8 index 5dd4f85..25319bf 100644 --- a/man/svlogd.8 +++ b/man/svlogd.8 @@ -6,8 +6,8 @@ svlogd \- runit's service logging daemon [\-ttv] [\-r .I c\fR] [\-R .I xyz\fR] [\-l -.I n\fR] [\-b -.I n\fR] +.I len\fR] [\-b +.I buflen\fR] .I logs .SH DESCRIPTION .I logs @@ -21,7 +21,8 @@ messages, and writes the data to one or more automatically rotated Recent log files can automatically be processed by an arbitrary processor program when they are rotated, and .B svlogd -can be told to alert selected log messages to standard error. +can be told to alert selected log messages to standard error, and through +udp. .P .B svlogd runs until it sees end-of-file on standard input or is sent a TERM signal, @@ -68,7 +69,7 @@ If .I current has .I size -bytes or more size (or there is a new-line within the last +bytes or more (or there is a new-line within the last .I len of .I size @@ -93,7 +94,7 @@ sees .I num or more old log files in .IR dir , -it removes the oldest. +it removes the oldest one. .SS PROCESSOR If .B svlogd @@ -122,8 +123,8 @@ is started again. .B svlogd also saves any output that the .I processor -writes to file descriptor 5, and make that output available on file -descriptor 4 when it runs +writes to file descriptor 5, and makes that output available on file +descriptor 4 when running .I processor on the next log file rotation. .P diff --git a/man/svwaitdown.8 b/man/svwaitdown.8 index 36321d7..fecb6f4 100644 --- a/man/svwaitdown.8 +++ b/man/svwaitdown.8 @@ -68,11 +68,6 @@ corresponding processes to exit instead for the .I services to be down. -This option should only be used by -.BR runit (8) -in stage 3 when -.BR runsvdir (8) -is already stopped. .SH EXIT CODES .B svwaitdown returns 0 as soon as all |