Small wording fix.

This commit is contained in:
Michael Kerrisk 2005-06-13 09:51:27 +00:00
parent c13fcab060
commit fd064f40a4
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ This is the modern Pthreads implementation.
By comparison with LinuxThreads, NPTL provides closer conformance to
the requirements of the POSIX.1 specification and better performance
when creating large numbers of threads.
NPTL requires a Linux 2.6 kernel.
NPTL requires features that are present in the Linux 2.6 kernel.
.PP
Both of these are so-called 1:1 implementations, meaning that each
thread maps to a kernel scheduling entity.