From: brian Date: Fri, 6 Jun 1997 01:04:52 +0000 (+0000) Subject: silly typo. Ugh. X-Git-Tag: APACHE_1_3_PRE_NT~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7cae066100b689dc46ccb408122318057856ac6;p=thirdparty%2Fapache%2Fhttpd.git silly typo. Ugh. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78253 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/perf-bsd44.html b/docs/manual/platform/perf-bsd44.html index 0a1661b7ca3..f754f213acb 100644 --- a/docs/manual/platform/perf-bsd44.html +++ b/docs/manual/platform/perf-bsd44.html @@ -219,7 +219,7 @@ helpful suggestions and information.
It really does help if your kernel and frequently used utilities are fully optimized. Rebuilding the FreeBSD kernel on an AMD-133 (486-class CPU) web-server with
- -m486 -fexpensive-optimizations -fomit-frame-ponter -O2
+ -m486 -fexpensive-optimizations -fomit-frame-pointer -O2
helped reduce the number of "unable" errors, because the CPU was often maxed out.