- fix #644309 - mention all logrotate params in man page

This commit is contained in:
Jan Kaluza 2010-10-21 13:40:23 +02:00
parent 611b3dc848
commit 84407423c2

View File

@ -0,0 +1,13 @@
Index: logrotate.8
===================================================================
--- logrotate.8 (revision 293)
+++ logrotate.8 (working copy)
@@ -411,7 +411,7 @@
.TP
\fBsize \fIsize\fR
-Log files are rotated when they grow bigger than \fIsize\fR bytes. If
+Log files are rotated only if they grow bigger then \fIsize\fR bytes. If
\fIsize\fR is followed by \fIk\fR, the size is assumed to be in kilobytes.
If the \fIM\fR is used, the size is in megabytes, and if \fIG\fR is used, the
size is in gigabytes. So \fBsize 100\fR, \fIsize 100k\fR, \fIsize 100M\fR and