pthreads.7: tfix

Reported-by: Neven Sajko <nsajko@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-18 13:15:03 +02:00
parent 9aae8d48a7
commit dad5081f4a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ capabilities (see
CPU affinity
.RB ( sched_setaffinity (2))
.SS Pthreads function return values
Most pthreads functions return 0 on success, and an error number of failure.
Most pthreads functions return 0 on success, and an error number on failure.
Note that the pthreads functions do not set
.IR errno .
For each of the pthreads functions that can return an error,