coar 00/07/28 03:40:48
Modified: apidoc dict-ap_add_cgi_vars.html dict-mutex.html Log: Some minor docco enhancements.. Revision Changes Path 1.3 +5 -4 httpd-docs-1.3/apidoc/dict-ap_add_cgi_vars.html Index: dict-ap_add_cgi_vars.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/apidoc/dict-ap_add_cgi_vars.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- dict-ap_add_cgi_vars.html 2000/07/13 12:44:25 1.2 +++ dict-ap_add_cgi_vars.html 2000/07/28 10:40:45 1.3 @@ -5,11 +5,12 @@ </p> <ul> <li><code>GATEWAY_INTERFACE</code></li> - <li><code>SERVER_PROTOCOL</code></li> - <li><code>REQUEST_METHOD</code></li> + <li><code>PATH_INFO</code> (added if and only if there is path-info in + the request URI)</li> + <li><code>PATH_TRANSLATED</code></li> <li><code>QUERY_STRING</code></li> + <li><code>REQUEST_METHOD</code></li> <li><code>REQUEST_URI</code></li> <li><code>SCRIPT_NAME</code></li> - <li><code>PATH_INFO</code></li> - <li><code>PATH_TRANSLATED</code></li> + <li><code>SERVER_PROTOCOL</code></li> </ul> 1.3 +2 -1 httpd-docs-1.3/apidoc/dict-mutex.html Index: dict-mutex.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/apidoc/dict-mutex.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- dict-mutex.html 2000/07/24 22:14:01 1.2 +++ dict-mutex.html 2000/07/28 10:40:45 1.3 @@ -1,3 +1,4 @@ <p> -Internal structure of a thread locking mechanism. +Mutual exclusion (mutex) semaphore locking mechanism used to serialise +interthread intraprocess activities. </p>