CPU_SET.3: tfix

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510507.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Florentin Duneau 2009-01-12 23:22:09 +13:00 committed by Michael Kerrisk
parent e0c674cdbb
commit de90951b73
1 changed files with 2 additions and 2 deletions

View File

@ -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