diff --git a/book/book.tex b/book/book.tex index cd04cb3..94c93a5 100644 --- a/book/book.tex +++ b/book/book.tex @@ -3291,7 +3291,7 @@ \chapter{Threads} this code, see Section~\ref{code}. -\section{Creating threads} +\section{Pthreads} The most popular threading standard used with C is POSIX Threads, or Pthreads for short. The POSIX standard defines a thread model and an interface for creating and controlling threads. Most versions of UNIX provide an implementation of Pthreads.