summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-15 22:12:40 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-15 22:12:40 +0000
commit42042fe9306c8b543174fa1f25f05cf7b90092d8 (patch)
tree38f6f62433ccddc3ccbab620fc1217866c7491c2
parentfe3e7804a79f3e9e953bcd51f36f77787cc0ba11 (diff)
downloads6-42042fe9306c8b543174fa1f25f05cf7b90092d8.tar.xz
doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/s6-log.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-log.html b/doc/s6-log.html
index 6e24e4c..8a670c0 100644
--- a/doc/s6-log.html
+++ b/doc/s6-log.html
@@ -337,7 +337,7 @@ before reading the next one.
updating it when it finds a log line starting with "STAT". </li>
<li> Logs all other lines to logdir <tt>/var/log/foobard</tt>, prepending
them with an ISO 8601 timestamp. When <tt>current</tt>
-reaches at least 9998 kB (i.e. 10 MB filesise minus 2kB tolerance), pipe it
+reaches at least 9998 kB (i.e. 10 MB filesize minus 2kB tolerance), pipe it
through <tt>gzip -nq9</tt> and save the result into a timestamped archive file, with
a maximum of 30 such files or a total of 15 MB of compressed archive files. </li>
</ul>