]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo
authordgaudet <dgaudet@unknown>
Sat, 25 Oct 1997 05:35:43 +0000 (05:35 +0000)
committerdgaudet <dgaudet@unknown>
Sat, 25 Oct 1997 05:35:43 +0000 (05:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79459 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html

index 98071bce4bfa74994d4bcc349fb2b16ef237ad77..da61fddcbbc9f4b3b8934b0cac30d46d95f92b1a 100644 (file)
@@ -368,7 +368,7 @@ So if you're using a multiprocessor IRIX box then you should rebuild your
 webserver with <code>-DUSE_USLOCK_SERIALIZED_ACCEPT</code> on the
 <code>EXTRA_CFLAGS</code>.
 
-<dt><code>USE_PTHREADS_SERIALIZED_ACCEPT</code>
+<dt><code>USE_PTHREAD_SERIALIZED_ACCEPT</code>
 <dd>(1.3 or later) This method uses POSIX mutexes and should work on
 any architecture implementing the full POSIX threads specification,
 however appears to only work on Solaris (2.5 or later).  This is the