From cba15ac7b4607c578d226c9e5e5862cb5555fb82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 4 Sep 2004 14:36:57 +0000 Subject: [PATCH] document -l option git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104952 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/rotatelogs.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index f00248848a0..a53c76edd77 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -56,7 +56,9 @@
Synopsis -

rotatelogs logfile +

rotatelogs + [ -l ] + logfile [ rotationtime [ offset ]] | [ filesizeM ]

@@ -65,6 +67,11 @@
+
-l (2.0.51 and later)
+
Causes the use of local time rather than GMT as the base for the +interval. Note that using -l in an environment which changes the +GMT offset (such as for BST or DST) can lead to unpredictable results!
+
logfile
The path plus basename of the logfile. If logfile -- 2.47.2