summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-04-19 05:06:30 +0200
committerJeff Trawick <trawick@apache.org>2003-04-19 05:06:30 +0200
commitab74e345f03cb3f310e54c60e5bbd893be8faa56 (patch)
tree1720950b032fee29f690a452057706d07b9cbf16 /docs/manual
parentremove some done things, yeah! (diff)
downloadapache2-ab74e345f03cb3f310e54c60e5bbd893be8faa56.tar.xz
apache2-ab74e345f03cb3f310e54c60e5bbd893be8faa56.zip
as Andre' pointed out, we don't need %{pid/tid}P since the user
can do %P/%{tid}P or %{pid}P/%{tid}P git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_log_config.html.en6
-rw-r--r--docs/manual/mod/mod_log_config.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en
index c8685fc95f..b54b549884 100644
--- a/docs/manual/mod/mod_log_config.html.en
+++ b/docs/manual/mod/mod_log_config.html.en
@@ -117,9 +117,9 @@
<tr class="odd"><td><code>%...P</code></td>
<td>The process ID of the child that serviced the request.</td></tr>
<tr><td><code>%...{<var>format</var>}P</code></td>
- <td>The process ID and or thread id of the child that serviced the
- request. Valid formats are <code>pid</code>, <code>tid</code>,
- and <code>pid/tid</code>.</td></tr>
+ <td>The process ID or thread id of the child that serviced the
+ request. Valid formats are <code>pid</code> and <code>tid</code>.
+ </td></tr>
<tr class="odd"><td><code>%...q</code></td>
<td>The query string (prepended with a <code>?</code> if a query
string exists, otherwise an empty string)</td></tr>
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index 49ff38dbb3..fa0ada96ab 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -111,9 +111,9 @@
<td>The process ID of the child that serviced the request.</td></tr>
<tr><td><code>%...{<var>format</var>}P</code></td>
- <td>The process ID and or thread id of the child that serviced the
- request. Valid formats are <code>pid</code>, <code>tid</code>,
- and <code>pid/tid</code>.</td></tr>
+ <td>The process ID or thread id of the child that serviced the
+ request. Valid formats are <code>pid</code> and <code>tid</code>.
+ </td></tr>
<tr><td><code>%...q</code></td>
<td>The query string (prepended with a <code>?</code> if a query