fix #742731 - man page syntax, formatting, and spelling fixes

This commit is contained in:
Jan Kaluza 2011-10-03 11:02:46 +02:00
parent db8accfc64
commit 87613075c0

24
logrotate-3.8.1-man.patch Normal file
View File

@ -0,0 +1,24 @@
Index: logrotate.8
===================================================================
--- logrotate.8 (revision 347)
+++ logrotate.8 (working copy)
@@ -434,8 +434,8 @@
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
-\fIsize 100G\f are all valid.
+size is in gigabytes. So \fIsize 100\fR, \fIsize 100k\fR, \fIsize 100M\fR and
+\fIsize 100G\fR are all valid.
.TP
\fBsharedscripts\fR
@@ -459,7 +459,7 @@
.TP
\fBshredcycles\fR \fIcount\fR
-Asks GNU \fBshred\fR(1) to overwite log files \fBcount\fR times before
+Asks GNU \fBshred\fR(1) to overwrite log files \fBcount\fR times before
deletion. Without this option, \fBshred\fR's default will be used.
.TP