diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-12 14:17:31 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-25 20:53:53 -0500 |
| commit | f7eec8970cf6bb07d55a1cf89ad9e705c865019f (patch) | |
| tree | 056b6b18123dbf418da15a3c3febec01129f691c | |
| parent | f48bf14117b98a6bfe1e63e73495adbeb5c30f6d (diff) | |
| download | man-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>
| -rw-r--r-- | man3/CPU_SET.3 | 2 |
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 () |
