You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/09/04 16:36:57 UTC

cvs commit: httpd-2.0/docs/manual/programs rotatelogs.xml

nd          2004/09/04 07:36:57

  Modified:    docs/manual/programs Tag: APACHE_2_0_BRANCH rotatelogs.xml
  Log:
  document -l option
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.8   +8 -1      httpd-2.0/docs/manual/programs/rotatelogs.xml
  
  Index: rotatelogs.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/rotatelogs.xml,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -u -r1.1.2.7 -r1.1.2.8
  --- rotatelogs.xml	28 Apr 2004 22:07:31 -0000	1.1.2.7
  +++ rotatelogs.xml	4 Sep 2004 14:36:57 -0000	1.1.2.8
  @@ -56,7 +56,9 @@
   
   <section id="synopsis"><title>Synopsis</title>
   
  -     <p><code><strong>rotatelogs</strong> <var>logfile</var>
  +     <p><code><strong>rotatelogs</strong>
  +     [ -<strong>l</strong> ]
  +     <var>logfile</var>
        [ <var>rotationtime</var> [ <var>offset</var> ]] |
        [ <var>filesize</var>M ]</code></p>
   </section>
  @@ -64,6 +66,11 @@
   <section id="options"><title>Options</title>
   
   <dl>
  +
  +<dt><code>-l</code> (<em>2.0.51 and later</em>)</dt>
  +<dd>Causes the use of local time rather than GMT as the base for the
  +interval. Note that using <code>-l</code> in an environment which changes the
  +GMT offset (such as for BST or DST) can lead to unpredictable results!</dd>
   
   <dt><code><var>logfile</var></code></dt>