diff options
author | Rainer Jung <rjung@apache.org> | 2015-03-13 13:24:17 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2015-03-13 13:24:17 +0100 |
commit | f222f9fdf0a8776d1f9aac38266ec194a1f11711 (patch) | |
tree | 83fcb62e11acd11cd1f640099510b9ede3bd0774 /docs/manual/programs | |
parent | Small changes to rotatelogs: (diff) | |
download | apache2-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/manual/programs')
-rw-r--r-- | docs/manual/programs/rotatelogs.xml | 2 |
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> |