diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index 5ae7659ea..b37d30d5f 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -22,7 +22,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH CPU_SET 2 2008-11-14 "Linux" "Linux Programmer's Manual" +.TH CPU_SET 3 2008-11-14 "Linux" "Linux Programmer's Manual" .SH NAME CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, @@ -287,7 +287,7 @@ macros is a size in bytes. The data types for arguments and return values shown in the SYNOPSIS are hints what about is expected in each case. -However, since these these interfaces are implemented as macros, +However, since these interfaces are implemented as macros, the compiler won't necessarily catch all type errors if you violate the suggestions. .SH EXAMPLE