aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-12 14:17:31 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-25 20:53:53 -0500
commitf7eec8970cf6bb07d55a1cf89ad9e705c865019f (patch)
tree056b6b18123dbf418da15a3c3febec01129f691c /man3
parentf48bf14117b98a6bfe1e63e73495adbeb5c30f6d (diff)
downloadman-pages-f7eec8970cf6bb07d55a1cf89ad9e705c865019f.tar.gz
CPU_SET.3: minor: s/1024/currently 1024/ for description of CPU_SETSIZE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/CPU_SET.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3
index 9bee581fdd..8e3f79ebf3 100644
--- a/man3/CPU_SET.3
+++ b/man3/CPU_SET.3
@@ -91,7 +91,7 @@ value of 0, the next CPU corresponds to a
value of 1, and so on.
The constant
.B CPU_SETSIZE
-(1024) specifies a value one greater than the maximum CPU
+(currently 1024) specifies a value one greater than the maximum CPU
number that can be stored in a CPU set.
.SH "RETURN VALUE"
.BR CPU_ISSET ()