From: André Malo Date: Fri, 11 Jun 2004 22:21:57 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=453f9d14c0135e14e30deb36742b0be088bf3d86;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103925 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index 087ad5ab3f..d8a76aed4f 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ROTATELOGS" 8 "2004-04-25" "Apache HTTP Server" "rotatelogs" +.TH "ROTATELOGS" 8 "2004-06-11" "Apache HTTP Server" "rotatelogs" .SH NAME rotatelogs \- Piped logging program to rotate Apache logs @@ -27,7 +27,7 @@ rotatelogs \- Piped logging program to rotate Apache logs .SH "SYNOPSIS" .PP -\fBrotatelogs\fR \fIlogfile\fR [ \fIrotationtime\fR [ \fIoffset\fR ]] | [ \fIfilesize\fRM ] +\fBrotatelogs\fR [ -\fBl\fR ] \fIlogfile\fR [ \fIrotationtime\fR [ \fIoffset\fR ]] | [ \fIfilesize\fRM ] .SH "SUMMARY" @@ -66,6 +66,9 @@ This configuration will rotate the error logfile whenever it reaches a size of 5 .SH "OPTIONS" +.TP +-l +causes the use of local time rather than GMT as the base for the interval\&. Note that using -l in an environment which changes the GMT offset (such as for BST or DST) can lead to unpredictable results! .TP \fIlogfile\fR The path plus basename of the logfile\&. If \fIlogfile\fR includes any '%' characters, it is treated as a format string for strftime(3)\&. Otherwise, the suffix \fI\&.nnnnnnnnnn\fR is automatically added and is the time in seconds\&. Both formats compute the start time from the beginning of the current period\&. diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en index 78e773a530..347b0d4298 100644 --- a/docs/manual/programs/rotatelogs.html.en +++ b/docs/manual/programs/rotatelogs.html.en @@ -59,7 +59,9 @@

Synopsis

-

rotatelogs logfile +

rotatelogs + [ -l ] + logfile [ rotationtime [ offset ]] | [ filesizeM ]

top
@@ -68,6 +70,11 @@
+
-l
+
causes the use of local time rather than GMT as the base for the +interval. Note that using -l in an environment which changes the +GMT offset (such as for BST or DST) can lead to unpredictable results!
+
logfile
The path plus basename of the logfile. If logfile diff --git a/docs/manual/programs/rotatelogs.xml.ko b/docs/manual/programs/rotatelogs.xml.ko index fd7780446a..16f4ce94ee 100644 --- a/docs/manual/programs/rotatelogs.xml.ko +++ b/docs/manual/programs/rotatelogs.xml.ko @@ -1,7 +1,7 @@ - +