From dad5081f4ad400c8b02fe6bfe3f7a3033d48a696 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 May 2016 13:15:03 +0200 Subject: [PATCH] pthreads.7: tfix Reported-by: Neven Sajko Signed-off-by: Michael Kerrisk --- man7/pthreads.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 4a8a6ab24..6e9ba2690 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -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,