diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-15 08:29:41 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-15 08:29:41 +0200 |
| commit | 5a967b5861a7d726328d1f29cac0e79ed0462529 (patch) | |
| tree | a1a914be77f6ca6e7541f3f52cbfb20f0e9d5ffc | |
| parent | f0f55b1927c2f40bf668bcb9c12545322f194af0 (diff) | |
| download | man-pages-5a967b5861a7d726328d1f29cac0e79ed0462529.tar.gz | |
pthread_setaffinity_np.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/pthread_setaffinity_np.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3 index 16b6674acc..86ba8fbd15 100644 --- a/man3/pthread_setaffinity_np.3 +++ b/man3/pthread_setaffinity_np.3 @@ -96,7 +96,7 @@ specified a CPU that was outside the set supported by the kernel. .BR CONFIG_NR_CPUS .\" FIXME . ? .\" Loic Domaigne commented: it seems that in the future the -.\" kernel developers want to make cpumask-t dynamic, so +.\" kernel developers want to make cpumask_t dynamic, so .\" CONFIG_NR_CPUS might become obsolete in the future. defines the range of the set supported by the kernel data type .\" cpumask_t |
