summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2006-06-20 20:43:03 +0000
committerGerrit Pape <pape@smarden.org>2006-06-20 20:43:03 +0000
commita8be165c760177a0164f92d22d6af6e3a8145425 (patch)
treefc54ddece09ca62b45ca965fe5f8908f1cd6624d /doc
parent21cb7d233458d4c4cf73f8c38977627159209a20 (diff)
downloadrunit-a8be165c760177a0164f92d22d6af6e3a8145425.tar.gz
runit-a8be165c760177a0164f92d22d6af6e3a8145425.tar.xz
runit-a8be165c760177a0164f92d22d6af6e3a8145425.zip
html
date.
Diffstat (limited to 'doc')
-rw-r--r--doc/svlogd.8.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/svlogd.8.html b/doc/svlogd.8.html
index 196059a..39618b0 100644
--- a/doc/svlogd.8.html
+++ b/doc/svlogd.8.html
@@ -53,8 +53,8 @@ log files if there are already more than <i>num</i> log files.
 If <b>svlogd</b>
 is told to process recent log files, it saves <i>current</i> to @<i>timestamp.u,</i> feeds
 @<i>timestamp.u</i> through &lsquo;&lsquo;sh -c "<i>processor</i>"&rsquo;&rsquo; and writes the output to @<i>timestamp.t.</i>
-If the <i>processor</i> finishes successfully, @<i>timestamp.u</i> is deleted and @<i>timestamp.t</i>
-is renamed to @<i>timestamp.s,</i> otherwise @<i>timestamp.t</i> is deleted and the <i>processor</i>
+If the <i>processor</i> finishes successfully, @<i>timestamp.t</i> is renamed to @<i>timestamp.s,</i>
+and @<i>timestamp.u</i> is deleted; otherwise @<i>timestamp.t</i> is deleted and the <i>processor</i>
 is started again. <b>svlogd</b> also saves any output that the <i>processor</i> writes
 to file descriptor 5, and makes that output available on file descriptor
 4 when running <i>processor</i> on the next log file rotation. <p>