From: Tim Burke Date: Tue, 15 Sep 2020 23:26:06 +0000 (-0700) Subject: Doc: Fix broken manpage link (GH-21937) X-Git-Tag: v3.10.0a1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47f6ec4c09a138e9049fd245ca312842ff50ce42;p=thirdparty%2FPython%2Fcpython.git Doc: Fix broken manpage link (GH-21937) sigprocmask is in section 2, not 3. --- diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 05b285ed110e..00a730b6b9ca 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -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`.