]> granicus.if.org Git - apache/commitdiff
* Update transformation.
authorRuediger Pluem <rpluem@apache.org>
Sun, 9 Dec 2007 22:13:57 +0000 (22:13 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 9 Dec 2007 22:13:57 +0000 (22:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602740 13f79535-47bb-0310-9956-ffa450edef68

docs/man/rotatelogs.8
docs/manual/mod/mod_substitute.html.en
docs/manual/programs/rotatelogs.html.en
docs/manual/programs/rotatelogs.xml.ko

index a6549fecb1aea2c8c9b09d650286f5bf4d6d1b0f..5b95a1fa89c1c29777fb32485033abe32fd22556 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "ROTATELOGS" 8 "2007-11-23" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2007-12-09" "Apache HTTP Server" "rotatelogs"
 
 .SH NAME
 rotatelogs \- Piped logging program to rotate Apache logs
@@ -44,7 +44,7 @@ rotatelogs is a simple program for use in conjunction with Apache's piped logfil
 Causes the use of local time rather than GMT as the base for the interval or for strftime(3) formatting with size-based rotation\&. 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\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created by strftime(3) format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&.  
+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\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created from the strftime(3) format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&.  
 .TP
 \fIrotationtime\fR
 The time between log file rotations in seconds\&. The rotation occurs at the beginning of this interval\&. For example, if the rotation time is 3600, the log file will be rotated at the beginning of every hour; if the rotation time is 86400, the log file will be rotated every night at midnight\&. (If no data is logged during an interval, no file will be created\&.)  
index a890ab50b86fcc3889a78d723af3208f88c68f62..d7bdbc5406712743fceb5ffa51ee656b68c6152c 100644 (file)
@@ -32,8 +32,6 @@
     <p><code class="module"><a href="../mod/mod_substitute.html">mod_substitute</a></code> provides a mechanism to perform
     both regular expression and fixed string substitutions on
     response bodies.</p>
-    <p>This is an <strong>experimental</strong> module and should
-    be used with care.</p>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
index e692acbe55fed12558521f17616cd795d1f1b748..1b9b76d7a5ab4fd4bfbb126d3b45d8988b9ea66e 100644 (file)
@@ -61,7 +61,7 @@ includes any '%' characters, it is treated as a format string for
 <var>.nnnnnnnnnn</var> is automatically added and is the time in
 seconds.  Both formats compute the start time from the beginning of
 the current period.  For example, if a rotation time of 86400 is 
-specified, the hour, minute, and second fields created by
+specified, the hour, minute, and second fields created from the
 <code>strftime(3)</code> format will all be zero, referring to the
 beginning of the current 24-hour period (midnight).</dd>
 
index 65d21ef795538ca5adeb79d84fd7f1330d927613..85de3a25b71ffef4c8f2e89d65c450bb62707ffa 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 420993:596884 (outdated) -->
+<!-- English Revision: 420993:602456 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more