diff options
author | brian <brian@FreeBSD.org> | 2002-07-02 01:03:10 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-07-02 01:03:10 +0000 |
commit | 5edca8c4953ce7f0435388a6097384e8c51080d3 (patch) | |
tree | 38e070fd0a1428365407e79c95ae0a8a40ef8763 /share | |
parent | a8c83ef89cf64a832b01495ea3732c11e7b20990 (diff) | |
download | FreeBSD-src-5edca8c4953ce7f0435388a6097384e8c51080d3.zip FreeBSD-src-5edca8c4953ce7f0435388a6097384e8c51080d3.tar.gz |
Fix a tyop
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/accf_http.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/accf_http.9 b/share/man/man9/accf_http.9 index 865b64b..1438e08 100644 --- a/share/man/man9/accf_http.9 +++ b/share/man/man9/accf_http.9 @@ -56,7 +56,7 @@ The utility of is such that a server will not have to context switch several times before performing the initial parsing of the request. This effectively reduces the amount of required CPU utilization -to handle incoming requests be keeping active +to handle incoming requests by keeping active processes in preforking servers such as Apache low and reducing the size of the file descriptor set that needs to be managed by interfaces such as |