summaryrefslogtreecommitdiffstats
path: root/share/man/man9/accf_http.9
diff options
context:
space:
mode:
authorben <ben@FreeBSD.org>2000-11-17 09:16:29 +0000
committerben <ben@FreeBSD.org>2000-11-17 09:16:29 +0000
commitdd1ebedcff39ca8f96beb0a0e42f0574f6e266d6 (patch)
tree1bdcc8538ce8e8bf74db1a0dab400fa04dd9743d /share/man/man9/accf_http.9
parentdb197d8ac33259ef05f6e7339db82ee72d8cfc8a (diff)
downloadFreeBSD-src-dd1ebedcff39ca8f96beb0a0e42f0574f6e266d6.zip
FreeBSD-src-dd1ebedcff39ca8f96beb0a0e42f0574f6e266d6.tar.gz
Fix typos.
PR: 22901, 22902 Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'share/man/man9/accf_http.9')
-rw-r--r--share/man/man9/accf_http.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/accf_http.9 b/share/man/man9/accf_http.9
index cc18b6e..8a4843f 100644
--- a/share/man/man9/accf_http.9
+++ b/share/man/man9/accf_http.9
@@ -38,16 +38,16 @@
.Sh DESCRIPTION
This is a filter to be placed on an socket that will be using
.Fn accept
-to recieve incomming HTTP connections.
+to receive incoming HTTP connections.
.Pp
-It prevents the application from recieving the a connected descriptor via
+It prevents the application from receiving the connected descriptor via
.Fn accept
until either a full HTTP/1.0 or HTTP/1.1 HEAD or GET request has
been buffered by the kernel.
.Pp
If something other than a HTTP/1.0 or
-HTTP/1.1 HEAD or GET request is recieved the kernel will
-allow the application to recieve the connection descriptor
+HTTP/1.1 HEAD or GET request is received the kernel will
+allow the application to receive the connection descriptor
via
.Fn accept .
.Pp
OpenPOWER on IntegriCloud