Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47f6ec4

Browse files
authored
Doc: Fix broken manpage link (GH-21937)
sigprocmask is in section 2, not 3.
1 parent bff01f3 commit 47f6ec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/signal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ The :mod:`signal` module defines the following functions:
416416

417417
:data:`SIGKILL` and :data:`SIGSTOP` cannot be blocked.
418418

419-
.. availability:: Unix. See the man page :manpage:`sigprocmask(3)` and
419+
.. availability:: Unix. See the man page :manpage:`sigprocmask(2)` and
420420
:manpage:`pthread_sigmask(3)` for further information.
421421

422422
See also :func:`pause`, :func:`sigpending` and :func:`sigwait`.

0 commit comments

Comments
 (0)