summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.7.1/generic/man-sizetypo.patch
blob: ea9154c3414276f177fec8f9a1064fbbe2506409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix manpage typo in the size example.

--- /home/pm/deb/logrotate/logrotate-3.7/logrotate.8	2004-09-13 22:50:08.000000000 +0100
+++ logrotate-3.7/logrotate.8	2004-09-13 22:50:25.000000000 +0100
@@ -90,7 +90,7 @@
 "/var/log/httpd/access.log" /var/log/httpd/error.log {
     rotate 5
     mail www@my.org
-    size=100k
+    size 100k
     sharedscripts
     postrotate
         /usr/bin/killall -HUP httpd