commit 42042fe9306c8b543174fa1f25f05cf7b90092d8
parent fe3e7804a79f3e9e953bcd51f36f77787cc0ba11
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Fri, 15 Sep 2023 22:12:40 +0000
doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>