Doc: Fix broken manpage link (GH-21937)
sigprocmask is in section 2, not 3.
This commit is contained in:
parent
bff01f3a3a
commit
47f6ec4c09
|
@ -416,7 +416,7 @@ The :mod:`signal` module defines the following functions:
|
|||
|
||||
:data:`SIGKILL` and :data:`SIGSTOP` cannot be blocked.
|
||||
|
||||
.. availability:: Unix. See the man page :manpage:`sigprocmask(3)` and
|
||||
.. availability:: Unix. See the man page :manpage:`sigprocmask(2)` and
|
||||
:manpage:`pthread_sigmask(3)` for further information.
|
||||
|
||||
See also :func:`pause`, :func:`sigpending` and :func:`sigwait`.
|
||||
|
|
Loading…
Reference in New Issue