]> granicus.if.org Git - apache/commitdiff
Fix typos
authorpcs <pcs@unknown>
Fri, 18 Apr 1997 22:01:14 +0000 (22:01 +0000)
committerpcs <pcs@unknown>
Fri, 18 Apr 1997 22:01:14 +0000 (22:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77933 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_usertrack.html

index a946db7f472b0540e848393427eb7978eea72601..c559efa9674a170348b7bf75ac8cf957dbd1d7af 100644 (file)
@@ -9,12 +9,11 @@
 <H1>Module mod_usertrack</h1>
 
 Previous releases of Apache have included a module which generates a
-'clickstream' log of user activity on a site, using cookies. This was
-called the "cookies" module, mod_cookies. In Apache 1.2 and later, this module
-has
-been renamed the "user tracking" module, mod_usertrack. This module
-has been
-simplified and new directives added.
+'clickstream' log of user activity on a site using cookies. This was
+called the "cookies" module, mod_cookies. In Apache 1.2 and later this
+module has been renamed the "user tracking" module,
+mod_usertrack. This module has been simplified and new directives
+added.
 
 <hr>
 
@@ -30,11 +29,11 @@ logged by using the text <tt>%{cookie}n </tt>
 
 in the log file format. For example:
 <pre>
-CustomLog logs/clickstream "%{cookie}i %r %t"
+CustomLog logs/clickstream "%{cookie}n %r %t"
 </pre>
 
 For backward compatibility the configurable log module implements the
-old <tt>CookieLog</tt> directive, but this should be upgrade to the
+old <tt>CookieLog</tt> directive, but this should be upgraded to the
 above <tt>CustomLog</tt> directive.
 
 <h2>Directives</h2>