From 61c98c2eccf3ece396b2d2a33b79c42ce8382ed3 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 2 May 2009 16:25:24 +0000 Subject: [PATCH] Some typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770970 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_fdpass.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy_fdpass.xml b/docs/manual/mod/mod_proxy_fdpass.xml index f78cf46e6c..cad8cfc769 100644 --- a/docs/manual/mod/mod_proxy_fdpass.xml +++ b/docs/manual/mod/mod_proxy_fdpass.xml @@ -47,7 +47,7 @@ response body.

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 struct cmsghdr. Future versions of this module may include more data after the client socket, but this is not implemented at this time. -- 2.50.1