From cf486e4aa9dfdf5c3faf7ecfbe287e3d9e0048dd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 10 Mar 2016 16:31:50 +0100 Subject: [PATCH] CPU_SET.3: wfix Signed-off-by: Michael Kerrisk --- man3/CPU_SET.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index e63e03bda..495b24cda 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -229,7 +229,7 @@ return the number of CPUs in .BR CPU_EQUAL () and .BR CPU_EQUAL_S () -return nonzero if the two CPU sets are equal; otherwise it returns 0. +return nonzero if the two CPU sets are equal; otherwise they return 0. .BR CPU_ALLOC () returns a pointer on success, or NULL on failure.