From 82c6c7780b3b573c45b0013d8955d928236f1fe9 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Mon, 31 Dec 2018 00:50:12 +0000
Subject: Less false friends in doc
---
doc/s6-log.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'doc')
diff --git a/doc/s6-log.html b/doc/s6-log.html
index 3154401..5142fa8 100644
--- a/doc/s6-log.html
+++ b/doc/s6-log.html
@@ -117,7 +117,7 @@ it will become an archived log file named
TAI64N
timestamp, is the absolute time of the rotation. If there are too
many archived log files in the logdir, the older ones are then
-suppressed. Logging then resumes, to a brand new current
+deleted. Logging then resumes, to a brand new current
file.
@@ -197,7 +197,7 @@ directive).
- nnumber: next logdirs will contain up to
number archived log files. If there are more, the oldest archived
-log files will be suppressed, only the latest number will be kept.
+log files will be deleted, only the latest number will be kept.
By default, number is 10.
- sfilesize: next rotations will occur when
current log files approach filesize bytes. By default,
@@ -205,7 +205,7 @@ By default, number is 10.
higher than 268435455.
- Stotalsize: next logdirs will contain up
to totalsize bytes of archived (and maybe processed) log files. If
-archived log files take more space than that, the older ones are suppressed
+archived log files take more space than that, the older ones are deleted
until the total size fits. A totalsize of zero means no such limit;
use n0 instead if you don't want any archived log files. By
default, totalsize is 0 (unlimited).
--
cgit v1.2.3