From: Jeff Trawick Date: Sat, 8 Dec 2007 12:48:56 +0000 (+0000) Subject: merge readability tweak from trunk r602456 X-Git-Tag: 2.2.7~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffaf878c6820c9a0c0066ed9bdd1caa827b43984;p=thirdparty%2Fapache%2Fhttpd.git merge readability tweak from trunk r602456 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602457 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).