diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-18 21:03:57 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-18 23:03:11 +0200 |
| commit | 144d1a361f937fdd9d461c5cf4edfc5a48e1387b (patch) | |
| tree | 891aa2adbfd6ba733e0565636754ac358bfec284 | |
| parent | 9537fb3c51a5c8b7a8e9421855300187b862a65f (diff) | |
| download | man-pages-144d1a361f937fdd9d461c5cf4edfc5a48e1387b.tar.gz | |
sched_setaffinity.2: tfix
Reported-by: cdlscpmv <cdlscpmv@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/sched_setaffinity.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index 8d852c5969..1d073690db 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -176,7 +176,7 @@ There are various ways of determining the number of CPUs available on the system, including: inspecting the contents of .IR /proc/cpuinfo ; using -.BR syconf (3) +.BR sysconf (3) to obtain the values of the .BR _SC_NPROCESSORS_CONF and |
