summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.7.1/generic/man-333996.patch
blob: 11c2731db61adb2faba722dadeacf0f3be2a336e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Closes: #333996
Patch from: Adrian Knoth <adi@drcomp.erfurt.thur.de>

The manpage contains several sentences with the same mistake:
the use of "then" instead of "than".


Index: logrotate-3.7.1/logrotate.8
===================================================================
--- logrotate-3.7.1.orig/logrotate.8	2006-04-08 21:47:40.000000000 +0100
+++ logrotate-3.7.1/logrotate.8	2006-04-08 21:48:43.456864197 +0100
@@ -125,7 +125,7 @@
 \fI/var/log/httpd/access.log\fR and \fI/var/log/httpd/error.log\fR.
 Each is rotated whenever it grows over 100k in size, and the old log
 files are mailed (uncompressed) to www@my.org after going through 5
-rotations, rather then being removed. The \fBsharedscripts\fR means that
+rotations, rather than being removed. The \fBsharedscripts\fR means that
 the \fBpostrotate\fR script will only be run once (after the old logs 
 have been compressed), not once for each
 log which is rotated. Note that log file names may be enclosed in
@@ -135,7 +135,7 @@
 
 The last section defines the parameters for all of the files in
 \fI/var/log/news\fR. Each file is rotated on a monthly basis.  This is
-considered a single rotation directive and if errors occur for more then
+considered a single rotation directive and if errors occur for more than
 one file, the log files are not compressed.
 
 Please use wildcards with caution.  If you specify *, \fBlogrotate\fR will
@@ -366,7 +366,7 @@
 \fBrotate \fIcount\fR
 Log files are rotated \fIcount\fR times before being removed or mailed to the
 address specified in a \fBmail\fR directive. If \fIcount\fR is 0, old versions
-are removed rather then rotated.
+are removed rather than rotated.
 
 .TP
 \fBsharedscripts\fR
@@ -381,7 +381,7 @@
 
 .TP
 \fBsize \fIsize\fR[\fBG\fR|\fBM\fR|\fBk\fR]
-Log files are rotated when they grow bigger then \fIsize\fR bytes. If
+Log files are rotated when they grow bigger than \fIsize\fR bytes. If
 \fIsize\fR is followed by \fIM\fR, the size if assumed to be in megabytes.
 If the \fIG\fR suffix is used, the size is in gigabytes.
 If the \fIk\fR suffix is used, the size is in kilobytes. So \fBsize 100\fR,
@@ -408,8 +408,8 @@
 
 .TP
 \fBweekly\fR
-Log files are rotated if the current weekday is less then the weekday
-of the last rotation or if more then a week has passed since the last
+Log files are rotated if the current weekday is less than the weekday
+of the last rotation or if more than a week has passed since the last
 rotation. This is normally the same as rotating logs on the first day
 of the week, but if \fBlogrotate\fR is not being run every night a log 
 rotation will happen at the first valid opportunity.