You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by tr...@apache.org on 2004/01/07 19:52:39 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/programs rotatelogs.html

trawick     2004/01/07 10:52:39

  Modified:    htdocs/manual/programs rotatelogs.html
  Log:
  rotatelogs doc:
  
  mention that UTC offset can be provided along with rotation time
  
  Revision  Changes    Path
  1.4       +7 -1      httpd-docs-1.3/htdocs/manual/programs/rotatelogs.html
  
  Index: rotatelogs.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/rotatelogs.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rotatelogs.html	8 Oct 2001 01:36:28 -0000	1.3
  +++ rotatelogs.html	7 Jan 2004 18:52:39 -0000	1.4
  @@ -21,7 +21,7 @@
        server
   
   <strong>SYNOPSIS</strong>
  -     <strong>rotatelogs</strong> <em>logfile rotationtime</em>
  +     <strong>rotatelogs</strong> <em>logfile rotationtime</em> [ <em>offset</em> ]
   
   <strong>DESCRIPTION</strong>
        <strong>rotatelogs</strong> is a simple program for use in  conjunction  with
  @@ -43,6 +43,12 @@
   
        <em>rotationtime</em>
             The rotation time in seconds.
  +
  +     <em>offset</em>
  +          The number of minutes offset from UTC. If omitted, zero
  +          is assumed and UTC is used.  For example, to use local
  +          time in the zone UTC -5 hours, specify a value of -300
  +          for this argument.
   
   <strong>SEE ALSO</strong>
        <strong>httpd(8)</strong>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org