From f8dcca844a4acd656df2fa4b813b99ca28381e5a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 27 Dec 2016 21:07:49 +0100 Subject: [PATCH] poll.2i, select.2: ffix + srcfix Signed-off-by: Michael Kerrisk --- man2/poll.2 | 5 +++-- man2/select.2 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/man2/poll.2 b/man2/poll.2 index 163df6e20..26fde3de6 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -416,8 +416,9 @@ The glibc .BR ppoll () wrapper function specifies this argument as a fixed value (equal to -.IR sizeof(kernel_sigset_t) ). See -.BR sigprocmask(2) +.IR sizeof(kernel_sigset_t) ). +See +.BR sigprocmask (2) for a discussion on the differences between the kernel and the libc notion of the sigset. .SH BUGS diff --git a/man2/select.2 b/man2/select.2 index 5b02fdaa6..3ba16c30b 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -520,8 +520,9 @@ struct { This allows the system call to obtain both a pointer to the signal set and its size, while allowing for the fact that most architectures -support a maximum of 6 arguments to a system call. See -.BR sigprocmask(2) +support a maximum of 6 arguments to a system call. +See +.BR sigprocmask (2) for a discussion of the difference between the kernel and libc notion of the signal set. .SH BUGS