diff -urN logrotate-3.6.10.org/logrotate.8 logrotate-3.6.10/logrotate.8 --- logrotate-3.6.10.org/logrotate.8 2003-08-27 13:13:00.000000000 +0200 +++ logrotate-3.6.10/logrotate.8 2003-08-27 13:13:07.000000000 +0200 @@ -20,7 +20,7 @@ in which the \fBlogrotate\fR config files are listed in is important. Normally, a single config file which includes any other config files which are needed should be used. See below for more information on how -to use the \fIinclude\fR directive to accomplish this. If a directory +to use the \fBinclude\fR directive to accomplish this. If a directory is given on the command line, every file in that directory is used as a config file. .P @@ -36,14 +36,14 @@ be made to the logs or to the \fBlogrotate\fR state file. .TP -\fB-f, -\-force\fR +\fB-f\fR,\fB -\-force\fR Tells \fBlogrotate\fR to force the rotation, even if it doesn't think this is necessary. Sometimes this is useful after adding new entries to \fBlogrotate\fR, or if old log files have been removed by hand, as the new files will be created, and logging will continue correctly. .TP -\fB-m, -\-mail \fR +\fB-m\fR,\fB -\-mail \fR Tells \fBlogrotate\fR which command to use when mailing logs. This command should accept two arguments: 1) the subject of the message, and 2) the recipient. The command must then read a message on standard input @@ -51,10 +51,10 @@ -s\fR. .TP -\fB-s, -\-state \fR +\fB-s\fR,\fB -\-state \fR Tells \fBlogrotate\fR to use an alternate state file. This is useful if logrotate is being run as a different user for various sets of -log files. The default state file is \fI/var/lib/logrotate/status\fR. +log files. The default state file is \fI/var/lib/misc/logrotate.status\fR. .TP \fB-\-usage\fR @@ -350,8 +350,8 @@ \fBsize \fIsize\fR Log files are rotated when they grow bigger then \fIsize\fR bytes. If \fIsize\fR is followed by \fIM\fR, the size if assumed to be in megabytes. -If the \fIk\fR is used, the size is in kilobytes. So \fBsize 100\fR, -\fIsize 100k\fR, and \fIsize 100M\fR are all valid. +If the \fIk\fR is used, the size is in kilobytes. So \fBsize \fI100\fR, +\fBsize \fI100k\fR, and \fBsize \fI100M\fR are all valid. .TP \fBsharedscripts\fR @@ -385,13 +385,13 @@ 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 rotation. This is normally the same as rotating logs on the first day -of the week, but it works better if \fIlogrotate\fR is not run every +of the week, but it works better if \fBlogrotate\fR is not run every night. .SH FILES .PD 0 .TP 27 -\fI/var/lib/logrotate/status\fR +\fI/var/lib/misc/logrotate.status\fR Default state file. .TP 27 \fI/etc/logrotate.conf\fR