From: Astrid Malo
Date: Wed, 18 Sep 2002 20:42:06 +0000 (+0000)
Subject: add missing unit `days' for CookieExpires
X-Git-Tag: WROWE_2_0_43_PRE1~103
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af20c685bc67f4401096756e5fe733ef63e4048b;p=thirdparty%2Fapache%2Fhttpd.git
add missing unit `days' for CookieExpires
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96880 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en
index 1e2b61d3c05..aa9bffb92ac 100644
--- a/docs/manual/mod/mod_usertrack.html.en
+++ b/docs/manual/mod/mod_usertrack.html.en
@@ -100,7 +100,7 @@ time late in the year "37".
generated by the usertrack module. The expiry-period
can be given either as a number of seconds, or in the format
such as "2 weeks 3 days 7 hours". Valid denominations are:
- years, months, weeks, hours, minutes and seconds. If the expiry
+ years, months, weeks, days, hours, minutes and seconds. If the expiry
time is in any format other than one number indicating the
number of seconds, it must be enclosed by double quotes.
diff --git a/docs/manual/mod/mod_usertrack.xml b/docs/manual/mod/mod_usertrack.xml
index ee610386c08..12e67aebdd0 100755
--- a/docs/manual/mod/mod_usertrack.xml
+++ b/docs/manual/mod/mod_usertrack.xml
@@ -3,7 +3,7 @@
-mod_usertrack
+mod_usertrack
Clickstream logging of user activity on a site
@@ -126,7 +126,7 @@ time late in the year "37".
generated by the usertrack module. The expiry-period
can be given either as a number of seconds, or in the format
such as "2 weeks 3 days 7 hours". Valid denominations are:
- years, months, weeks, hours, minutes and seconds. If the expiry
+ years, months, weeks, days, hours, minutes and seconds. If the expiry
time is in any format other than one number indicating the
number of seconds, it must be enclosed by double quotes.
@@ -222,4 +222,3 @@ time late in the year "37".
-