poll.2i, select.2: ffix + srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-27 21:07:49 +01:00
parent f25ea51b98
commit f8dcca844a
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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