summaryrefslogtreecommitdiffstats
path: root/docs/manual/programs/rotatelogs.xml
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-05-25 05:28:34 +0200
committerTakashi Sato <takashi@apache.org>2008-05-25 05:28:34 +0200
commitf32647d426199813af2fb93e913ccb4138ef1525 (patch)
tree7128e3b956c40916083bef7db81e9ea018251b2a /docs/manual/programs/rotatelogs.xml
parentFor now don't build mod_session_crypto on NetWare (diff)
downloadapache2-f32647d426199813af2fb93e913ccb4138ef1525.tar.xz
apache2-f32647d426199813af2fb93e913ccb4138ef1525.zip
Style fix. Almost all are detabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/rotatelogs.xml')
-rw-r--r--docs/manual/programs/rotatelogs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml
index 25f855edf7..68214dff0e 100644
--- a/docs/manual/programs/rotatelogs.xml
+++ b/docs/manual/programs/rotatelogs.xml
@@ -103,7 +103,7 @@ an offset.</dd>
<example>
CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common
</example>
-
+
<p>This creates the files /var/logs/logfile.nnnn where nnnn is
the system time at which the log nominally starts (this time
will always be a multiple of the rotation time, so you can
@@ -113,7 +113,7 @@ an offset.</dd>
<example>
CustomLog "|bin/rotatelogs -l /var/logs/logfile.%Y.%m.%d 86400" common
</example>
-
+
<p>This creates the files /var/logs/logfile.yyyy.mm.dd where
yyyy is the year, mm is the month, and dd is the day of the month.
Logging will switch to a new file every day at midnight, local time.</p>