summaryrefslogtreecommitdiffstats
path: root/docs/man/rotatelogs.8
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2015-03-13 13:24:17 +0100
committerRainer Jung <rjung@apache.org>2015-03-13 13:24:17 +0100
commitf222f9fdf0a8776d1f9aac38266ec194a1f11711 (patch)
tree83fcb62e11acd11cd1f640099510b9ede3bd0774 /docs/man/rotatelogs.8
parentSmall changes to rotatelogs: (diff)
downloadapache2-f222f9fdf0a8776d1f9aac38266ec194a1f11711.tar.xz
apache2-f222f9fdf0a8776d1f9aac38266ec194a1f11711.zip
Choose "-D" instead of "-d" for the rotatelogs
option that creates the path to the log file. I want to use "-d" for another directory related option next where (I think) the "directory" "d" makes more sense. "-d" has not yet been backported, so changing to "-D" is not a real compatibility issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666417 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/man/rotatelogs.8')
-rw-r--r--docs/man/rotatelogs.82
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8
index b52ef1a48a..4ee70ea1ce 100644
--- a/docs/man/rotatelogs.8
+++ b/docs/man/rotatelogs.8
@@ -52,7 +52,7 @@ If given, rotatelogs will execute the specified program every time a new log fil
-f
Causes the logfile to be opened immediately, as soon as rotatelogs starts, instead of waiting for the first logfile entry to be read (for non-busy sites, there may be a substantial delay between when the server is started and when the first request is handled, meaning that the associated logfile does not "exist" until then, which causes problems from some automated logging tools)
.TP
--d
+-D
Creates the parent directories of the path that the log file will be placed in if they do not already exist\&. This allows strftime(3) formatting to be used in the path and not just the filename\&.
.TP
-t