From: Jeff Trawick Date: Sat, 8 Dec 2007 12:41:38 +0000 (+0000) Subject: readability tweak X-Git-Tag: 2.3.0~1169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e30b4917e656cdb262ec2bf46ba4a0345e9d6ff;p=thirdparty%2Fapache%2Fhttpd.git readability tweak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602456 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index acfae444f58..833fbdd2bf3 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -59,7 +59,7 @@ includes any '%' characters, it is treated as a format string for .nnnnnnnnnn is automatically added and is the time in seconds. Both formats compute the start time from the beginning of the current period. For example, if a rotation time of 86400 is -specified, the hour, minute, and second fields created by +specified, the hour, minute, and second fields created from the strftime(3) format will all be zero, referring to the beginning of the current 24-hour period (midnight).