]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo in rotatelogs.8
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 27 Feb 2002 07:29:15 +0000 (07:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 27 Feb 2002 07:29:15 +0000 (07:29 +0000)
PR: 9915
Submitted by: Will Lowe <harpo@thebackrow.net>
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93593 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES
src/support/rotatelogs.8

index e0f00395e4d320e15acfaaa040b5f5ceee58c1d5..e331cf987a169fb32b25a6f847d97a5ebb0ab537 100644 (file)
@@ -1,5 +1,7 @@
 Changes with Apache 1.3.24
 
+  *) Fix typo in rotatelogs.8.  [Will Lowe <harpo@thebackrow.net>]
+
   *) Clean up warnings in mod_proxy [Chuck Murcko <chuck@topsail.org>]
 
   *) TPF: Use the correct subpool whening opening the error log.
index 0699e5c41c01e897591bae9493b3b88face6d08d..a2e05f5d6b3f1cd560a03d396401d78d22980fc6 100644 (file)
@@ -80,7 +80,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.
+\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