diff options
Diffstat (limited to 'man3/CPU_SET.3')
| -rw-r--r-- | man3/CPU_SET.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index b37d30d5f6..cf186c87c3 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -204,7 +204,7 @@ bytes. .BR CPU_ISSET () and .BR CPU_ISSET_S () -return non-zero if +return nonzero if .I cpu is in .IR set ; @@ -219,7 +219,7 @@ return the number of CPUs in .BR CPU_EQUAL () and .BR CPU_EQUAL_S () -return non-zero if the two CPU sets are equal; otherwise it returns 0. +return nonzero if the two CPU sets are equal; otherwise it returns 0. .BR CPU_ALLOC () returns a pointer on success, or NULL on failure. |
