summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-25 20:37:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-25 20:37:00 +0000
commitf565c169c3a0e8e7ee82bc8af9811fe5934ccd5d (patch)
treed34b5b97afad313d4a70ee4ec191e7598e947546
parentad2dee7ffa6ebd7a5c68ffb99d02aac4fa3e993e (diff)
downloads6-f565c169c3a0e8e7ee82bc8af9811fe5934ccd5d.tar.xz
Doc grammar fix
-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 4f6dcc8..3154401 100644
--- a/doc/s6-log.html
+++ b/doc/s6-log.html
@@ -69,7 +69,7 @@ Currently supported verbosity levels:
<li> <tt>-l&nbsp;<em>linelimit</em></tt>&nbsp;: if a log line is longer than
<em>linelimit</em> bytes, cut it in two by inserting a newline. The newline
may appear anywhere after <em>linelimit</em> or more bytes. <em>linelimit</em>
-cannot be lesser than 48. Using this option ensures that an ill-formatted log
+cannot be less than 48. Using this option ensures that an ill-formatted log
stream will not make s6-log uncontrollably eat memory by trying to read and
process an extremely long line in one go. The default is no cap on line
length. </li>