]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix broken manpage link (GH-21937)
authorTim Burke <tim.burke@gmail.com>
Tue, 15 Sep 2020 23:26:06 +0000 (16:26 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 23:26:06 +0000 (20:26 -0300)
sigprocmask is in section 2, not 3.

Doc/library/signal.rst

index 05b285ed110ec4ce94e72d9386719ff18abbaf28..00a730b6b9ca6aee5d199d34970fd6d357d0af80 100644 (file)
@@ -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`.