diff options
author | Jim Jagielski <jim@apache.org> | 2009-05-05 18:36:12 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2009-05-05 18:36:12 +0200 |
commit | 10a704fe68eeb3a0eaf43cd119f54f6701635b7e (patch) | |
tree | 9e2d9beabd88abbdea849838b4faa4a7bf18f745 /docs/manual/mod/mod_proxy_fdpass.html.en | |
parent | Documentation update for mod_privileges changes in r771144/771145. (diff) | |
download | apache2-10a704fe68eeb3a0eaf43cd119f54f6701635b7e.tar.xz apache2-10a704fe68eeb3a0eaf43cd119f54f6701635b7e.zip |
xforms!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_fdpass.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy_fdpass.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_fdpass.html.en b/docs/manual/mod/mod_proxy_fdpass.html.en index 63a8d129d5..4e599fef76 100644 --- a/docs/manual/mod/mod_proxy_fdpass.html.en +++ b/docs/manual/mod/mod_proxy_fdpass.html.en @@ -46,7 +46,7 @@ response body.</p> <p>At this time the only data passed to the external process is the client - socket. To recieve a client socket, call recvfrom with the an allocated + socket. To receive a client socket, call recvfrom with an allocated <a href="http://www.kernel.org/doc/man-pages/online/pages/man3/cmsg.3.html"><code>struct cmsghdr</code></a>. Future versions of this module may include more data after the client socket, but this is not implemented at this time. </p> |