summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-11-02 19:57:00 +0100
committerRich Bowen <rbowen@apache.org>2010-11-02 19:57:00 +0100
commit977be348279374e016d2e8d529610cb7eb3fb1ff (patch)
tree3fdd89ca46cf172b3fe4716329e8e4a6b511a638 /docs/man
parentOk, did that. (diff)
downloadapache2-977be348279374e016d2e8d529610cb7eb3fb1ff.tar.xz
apache2-977be348279374e016d2e8d529610cb7eb3fb1ff.zip
Rebuild rotatelogs man page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030174 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/rotatelogs.84
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8
index 470693302d..2265cc82fd 100644
--- a/docs/man/rotatelogs.8
+++ b/docs/man/rotatelogs.8
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "ROTATELOGS" 8 "2010-10-19" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2010-11-01" "Apache HTTP Server" "rotatelogs"
.SH NAME
rotatelogs \- Piped logging program to rotate Apache logs
@@ -41,7 +41,7 @@ rotatelogs is a simple program for use in conjunction with Apache's piped logfil
.TP
-l
-Causes the use of local time rather than GMT as the base for the interval or for strftime(3) formatting with size-based rotation\&. Note that using -l in an environment which changes the GMT offset (such as for BST or DST) can lead to unpredictable results!
+Causes the use of local time rather than GMT as the base for the interval or for strftime(3) formatting with size-based rotation\&.
.TP
-L \fIlinkname\fR
Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like tail -F linkname\&.