$OpenBSD: patch-docs_man_rotatelogs_8,v 1.3 2008/01/28 19:48:47 bernd Exp $
--- docs/man/rotatelogs.8.orig	Wed Jan 23 22:23:27 2008
+++ docs/man/rotatelogs.8	Wed Jan 23 22:24:59 2008
@@ -19,21 +19,21 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "ROTATELOGS" 8 "2007-12-09" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS2" 8 "2007-12-09" "Apache HTTP Server" "rotatelogs2"
 
 .SH NAME
-rotatelogs \- Piped logging program to rotate Apache logs
+rotatelogs2 \- Piped logging program to rotate Apache logs
 
 .SH "SYNOPSIS"
  
 .PP
-\fBrotatelogs\fR [ -\fBl\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fRM [ \fIoffset\fR ]
+\fBrotatelogs2\fR [ -\fBl\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fRM [ \fIoffset\fR ]
  
 
 .SH "SUMMARY"
  
 .PP
-rotatelogs is a simple program for use in conjunction with Apache's piped logfile feature\&. It supports rotation based on a time interval or maximum size of the log\&.
+rotatelogs2 is a simple program for use in conjunction with Apache's piped logfile feature\&. It supports rotation based on a time interval or maximum size of the log\&.
  
 
 .SH "OPTIONS"
@@ -59,7 +59,7 @@ The number of minutes offset from UTC\&. If omitted, z
  
 .nf
 
-     CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common
+     CustomLog "|bin/rotatelogs2 /var/logs/logfile 86400" common
 
 .fi
  
@@ -68,7 +68,7 @@ This creates the files /var/logs/logfile\&.nnnn where 
  
 .nf
 
-     CustomLog "|bin/rotatelogs -l /var/logs/logfile\&.%Y\&.%m\&.%d 86400" common
+     CustomLog "|bin/rotatelogs2 -l /var/logs/logfile\&.%Y\&.%m\&.%d 86400" common
 
 .fi
  
@@ -77,7 +77,7 @@ This creates the files /var/logs/logfile\&.yyyy\&.mm\&
  
 .nf
 
-     CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
+     CustomLog "|bin/rotatelogs2 /var/logs/logfile 5M" common
 
 .fi
  
@@ -86,7 +86,7 @@ This configuration will rotate the logfile whenever it
  
 .nf
 
-     ErrorLog "|bin/rotatelogs /var/logs/errorlog\&.%Y-%m-%d-%H_%M_%S 5M"
+     ErrorLog "|bin/rotatelogs2 /var/logs/errorlog\&.%Y-%m-%d-%H_%M_%S 5M"
 
 .fi
  
