From 5780ef775ed022f238c4016c6c5553f9c5b1fd15 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 May 2014 23:23:49 +0200 Subject: [PATCH] sched_setaffinity.2: NOTES: add "C library/kernel ABI differences" subheading Signed-off-by: Michael Kerrisk --- man2/sched_setaffinity.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index 2b6c62be0..d4c9d46e9 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -197,7 +197,7 @@ A child created via inherits its parent's CPU affinity mask. The affinity mask is preserved across an .BR execve (2). - +.SS C library/kernel ABI differences This manual page describes the glibc interface for the CPU affinity calls. The actual system call interface is slightly different, with the .I mask