aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-06-28 07:46:32 +0100
committerRon Yorston <rmy@pobox.com>2021-06-28 07:46:32 +0100
commite1ad66c0b8fd58a7158d40771175a7dab224202d (patch)
tree959d687eee9637151ad5798322586174de331141 /runit
parent0fdf99bee07b6c38795eb5415b5e337ab82cfba8 (diff)
parent5dbbd0a6f52befe6bc57baf97d39168e595197f1 (diff)
downloadbusybox-w32-e1ad66c0b8fd58a7158d40771175a7dab224202d.tar.gz
busybox-w32-e1ad66c0b8fd58a7158d40771175a7dab224202d.tar.bz2
busybox-w32-e1ad66c0b8fd58a7158d40771175a7dab224202d.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'runit')
-rw-r--r--runit/svlogd.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c
index 02c305696..f7576f0fa 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -140,12 +140,12 @@ log message, you can use a pattern like this instead
140//usage:#define svlogd_full_usage "\n\n" 140//usage:#define svlogd_full_usage "\n\n"
141//usage: "Read log data from stdin and write to rotated log files in DIRs" 141//usage: "Read log data from stdin and write to rotated log files in DIRs"
142//usage: "\n" 142//usage: "\n"
143//usage: "\n""-r C Replace non-printable characters with C" 143//usage: "\n"" -r C Replace non-printable characters with C"
144//usage: "\n""-R CHARS Also replace CHARS with C (default _)" 144//usage: "\n"" -R CHARS Also replace CHARS with C (default _)"
145//usage: "\n""-t Timestamp with @tai64n" 145//usage: "\n"" -t Timestamp with @tai64n"
146//usage: "\n""-tt Timestamp with yyyy-mm-dd_hh:mm:ss.sssss" 146//usage: "\n"" -tt Timestamp with yyyy-mm-dd_hh:mm:ss.sssss"
147//usage: "\n""-ttt Timestamp with yyyy-mm-ddThh:mm:ss.sssss" 147//usage: "\n"" -ttt Timestamp with yyyy-mm-ddThh:mm:ss.sssss"
148//usage: "\n""-v Verbose" 148//usage: "\n"" -v Verbose"
149//usage: "\n" 149//usage: "\n"
150//usage: "\n""DIR/config file modifies behavior:" 150//usage: "\n""DIR/config file modifies behavior:"
151//usage: "\n""sSIZE - when to rotate logs (default 1000000, 0 disables)" 151//usage: "\n""sSIZE - when to rotate logs (default 1000000, 0 disables)"