]> granicus.if.org Git - apache/commitdiff
* clean the compatibility note of SeeRequestTail
authorTakashi Sato <takashi@apache.org>
Tue, 17 Jun 2008 11:35:30 +0000 (11:35 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 17 Jun 2008 11:35:30 +0000 (11:35 +0000)
* use <code>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668620 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_status.xml

index 51a4364e53e0d29f157f33c4ae3fff9414a8640f..c5c4cb39a35f4a9b22e44b841ec658b5a73b0393 100644 (file)
@@ -147,12 +147,12 @@ of a request or the last 63, assuming the request itself is greater than
 <syntax>SeeRequestTail On|Off</syntax>
 <default>SeeRequestTail Off</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>SeeRequestTail is only available in Apache 2.2.7 and 
-later.</compatibility>
+<compatibility>Available in Apache 2.2.7 and later.</compatibility>
 
 <usage>
-    <p>mod_status with ExtendedStatus On displays the actual request being
-    handled. For historical purposes, only 63 characters of the request
+    <p>mod_status with <code>ExtendedStatus On</code>
+    displays the actual request being handled. 
+    For historical purposes, only 63 characters of the request
     are actually stored for display purposes. This directive
     controls whether the 1st 63 characters are stored (the previous
     behavior and the default) or if the last 63 characters are. This