From 87613075c08a88b4bb473f3ae740dc8d507df589 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 3 Oct 2011 11:02:46 +0200 Subject: [PATCH] fix #742731 - man page syntax, formatting, and spelling fixes --- logrotate-3.8.1-man.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 logrotate-3.8.1-man.patch diff --git a/logrotate-3.8.1-man.patch b/logrotate-3.8.1-man.patch new file mode 100644 index 0000000..0d92f91 --- /dev/null +++ b/logrotate-3.8.1-man.patch @@ -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