You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/02/27 08:29:15 UTC

cvs commit: apache-1.3/src/support rotatelogs.8

jerenkrantz    02/02/26 23:29:15

  Modified:    src      CHANGES
               src/support rotatelogs.8
  Log:
  Fix typo in rotatelogs.8
  
  PR: 9915
  Submitted by:	Will Lowe <ha...@thebackrow.net>
  Reviewed by:	Justin Erenkrantz
  
  Revision  Changes    Path
  1.1778    +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1777
  retrieving revision 1.1778
  diff -u -r1.1777 -r1.1778
  --- CHANGES	26 Feb 2002 18:14:02 -0000	1.1777
  +++ CHANGES	27 Feb 2002 07:29:15 -0000	1.1778
  @@ -1,5 +1,7 @@
   Changes with Apache 1.3.24
   
  +  *) Fix typo in rotatelogs.8.  [Will Lowe <ha...@thebackrow.net>]
  +
     *) Clean up warnings in mod_proxy [Chuck Murcko <ch...@topsail.org>]
   
     *) TPF: Use the correct subpool whening opening the error log.
  
  
  
  1.9       +1 -1      apache-1.3/src/support/rotatelogs.8
  
  Index: rotatelogs.8
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/rotatelogs.8,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- rotatelogs.8	13 Mar 2001 20:05:04 -0000	1.8
  +++ rotatelogs.8	27 Feb 2002 07:29:15 -0000	1.9
  @@ -80,7 +80,7 @@
   .SH OPTIONS
   .IP \fB\fIlogfile\fP
   The path plus basename of the logfile.  If \fBlogfile\fP includes any
  -'%' characters, it is treated as a format string for \fIstrftime(3)\fP.
  +\fB%\fP characters, it is treated as a format string for \fIstrftime(3)\fP.
   Otherwise, the suffix .nnnn is automatically added and is the time at which
   the logfile was created.
   .IP \fB\fIrotationtime\fP