]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed an unescaped '%' in rotatelogs.8 and updated the HTML page.
authorErik Abele <erikabele@apache.org>
Tue, 1 Apr 2003 19:08:40 +0000 (19:08 +0000)
committerErik Abele <erikabele@apache.org>
Tue, 1 Apr 2003 19:08:40 +0000 (19:08 +0000)
PR: 18452

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99166 13f79535-47bb-0310-9956-ffa450edef68

docs/man/rotatelogs.8
docs/manual/programs/rotatelogs.html

index 007c3c73b19156ee9f9ccbb2f1f54d6e76db0436..ab9012ac60334c1403f52bafac930d914a8eb703 100644 (file)
@@ -74,7 +74,7 @@ of each rotation time (here after 24 hours) a new log is started.
 .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.
+\'%\' characters, it is treated as a format string for \fIstrftime(3)\fP.
 Otherwise, the suffix .nnnnnnnnnn is automatically added and is the time
 in seconds.  Both formats compute the start time from the beginning of the
 current period.
index 7bf88d17b7e9c775af6e166dd989cf95f2317597..2e989835cd76365a335dde44174e043e2a2dd0e2 100644 (file)
@@ -32,11 +32,12 @@ vlink="#000080" alink="#ff0000">
 
 <strong>OPTIONS</strong>
      <em>logfile</em>
-          The path plus basename  of  the  logfile.   If  <strong>logfile</strong>
-          includes  any  Otherwise,  the  suffix  .nnnnnnnnnn  is
-          automatically added and is the time in  seconds.   Both
-          formats  compute  the  start time from the beginning of
-          the current period.
+          The  path plus  basename  of  the  logfile.  If <strong>logfile</strong>
+          includes any '%' characters,  it is treated as a format
+          string   for   <em>strftime</em>(<em>3</em>).   Otherwise,   the   suffix
+          .nnnnnnnnnn is automatically  added and is  the time in
+          seconds.  Both formats compute  the start time from the
+          beginning of the current period.
 
      <em>rotationtime</em>
           The rotation time in seconds.