diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-12 13:33:38 -0500 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-13 08:56:56 -0500 |
commit | 089de1d271d6b26513ad70a8bc70a2958072ffff (patch) | |
tree | 8732ef4eed8b1ab5f9c18fcb0ae9f914c8266af8 | |
parent | a9cdb1db6729807652bee18e4a9f247a7a51bb2a (diff) |
CPU_CLR.3, CPU_ISSET.3, CPU_ZERO.3: Update links to point to CPU_SET.3
The documentation of the CPU_* macros migrated to a new location:
CPU_SET.3.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r-- | man3/CPU_CLR.3 | 2 | ||||
-rw-r--r-- | man3/CPU_ISSET.3 | 2 | ||||
-rw-r--r-- | man3/CPU_ZERO.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/CPU_CLR.3 b/man3/CPU_CLR.3 index f376c11f..cdc74d47 100644 --- a/man3/CPU_CLR.3 +++ b/man3/CPU_CLR.3 @@ -1 +1 @@ -.so man2/sched_setaffinity.2 +.so man3/CPU_SET.3 diff --git a/man3/CPU_ISSET.3 b/man3/CPU_ISSET.3 index f376c11f..cdc74d47 100644 --- a/man3/CPU_ISSET.3 +++ b/man3/CPU_ISSET.3 @@ -1 +1 @@ -.so man2/sched_setaffinity.2 +.so man3/CPU_SET.3 diff --git a/man3/CPU_ZERO.3 b/man3/CPU_ZERO.3 index f376c11f..cdc74d47 100644 --- a/man3/CPU_ZERO.3 +++ b/man3/CPU_ZERO.3 @@ -1 +1 @@ -.so man2/sched_setaffinity.2 +.so man3/CPU_SET.3 |