Skip to content

Commit

Permalink
Doc: Fix broken manpage link (GH-21937)
Browse files Browse the repository at this point in the history
sigprocmask is in section 2, not 3.
  • Loading branch information
tipabu committed Sep 15, 2020
1 parent bff01f3 commit 47f6ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/signal.rst
Expand Up @@ -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`.
Expand Down

0 comments on commit 47f6ec4

Please sign in to comment.