Fix typos.
PR: 22901, 22902 Submitted by: Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
parent
1d6dc22916
commit
0381c6e5ba
@ -38,9 +38,9 @@
|
||||
.Sh DESCRIPTION
|
||||
This is a filter to be placed on an socket that will be using
|
||||
.Fn accept
|
||||
to recieve incomming connections.
|
||||
to receive incoming 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 data arrives on the connection.
|
||||
.Pp
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user