diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-01 06:47:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-01 06:47:35 +0000 |
commit | ff104a26de2bbd427010677e2a2d6b194c4f6f45 (patch) | |
tree | 92e6697960068b086cf3e751f4971de2fc62e16f | |
parent | 956a96b371cf52f5fb4d01d4b604ca321f6664a6 (diff) |
zap double word; from Jo?o Salvatti
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf-dist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index e20f8d765cd..f8c5eb62910 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.24 2008/06/07 01:59:36 jdixon Exp $ +# $OpenBSD: httpd.conf,v 1.25 2009/04/01 06:47:34 jmc Exp $ # # Based upon the NCSA server configuration files originally by Rob McCool. # @@ -169,7 +169,7 @@ MaxRequestsPerChild 0 # # MaxFOOPerChild: these directives set the current and hard rlimits for -# the child processes. Attempts to exceed them will cause the the OS to +# the child processes. Attempts to exceed them will cause the OS to # take appropriate action. See the setrlimit(2) and signal(3). # MaxCPUPerChild 0 diff --git a/usr.sbin/httpd/conf/httpd.conf-dist b/usr.sbin/httpd/conf/httpd.conf-dist index e6af0ece430..cf409f5b73f 100644 --- a/usr.sbin/httpd/conf/httpd.conf-dist +++ b/usr.sbin/httpd/conf/httpd.conf-dist @@ -168,7 +168,7 @@ MaxRequestsPerChild 0 # # MaxFOOPerChild: these directives set the current and hard rlimits for -# the child processes. Attempts to exceed them will cause the the OS to +# the child processes. Attempts to exceed them will cause the OS to # take appropriate action. See the setrlimit(2) and signal(3). # MaxCPUPerChild 0 |