summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2015-03-13 12:24:17 +0000
committerRainer Jung <rjung@apache.org>2015-03-13 12:24:17 +0000
commitf222f9fdf0a8776d1f9aac38266ec194a1f11711 (patch)
tree83fcb62e11acd11cd1f640099510b9ede3bd0774 /docs/manual
parentd6cb8ec8e34bf34fa77a97fcb15c49063c038ab3 (diff)
downloadhttpd-f222f9fdf0a8776d1f9aac38266ec194a1f11711.tar.gz
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/manual')
-rw-r--r--docs/manual/programs/rotatelogs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml
index d9a2123196..1dbe40cc7a 100644
--- a/docs/manual/programs/rotatelogs.xml
+++ b/docs/manual/programs/rotatelogs.xml
@@ -85,7 +85,7 @@ 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)</dd>
-<dt><code>-d</code></dt>
+<dt><code>-D</code></dt>
<dd>Creates the parent directories of the path that the log file will be
placed in if they do not already exist. This allows <code>strftime(3)</code>
formatting to be used in the path and not just the filename.</dd>