summaryrefslogtreecommitdiffstats
path: root/Doc/library/signal.rst
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-06-21 18:55:18 (GMT)
committerGitHub <noreply@github.com>2022-06-21 18:55:18 (GMT)
commitf62ff97f31a775cc7956adeae32c14e7c85bdc15 (patch)
tree3c42c4a312807cc6cab6c0c124b235bb44e743cd /Doc/library/signal.rst
parent7327d61abec965f309d10847d0e37faef680c18c (diff)
downloadcpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.zip
cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.gz
cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.bz2
gh-93851: Fix all broken links in Doc/ (GH-93853)
Diffstat (limited to 'Doc/library/signal.rst')
-rw-r--r--Doc/library/signal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index 678411d..36bb4a9 100644
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -95,7 +95,7 @@ The signal module defines three enums:
:class:`enum.IntEnum` collection the constants :const:`SIG_BLOCK`, :const:`SIG_UNBLOCK` and :const:`SIG_SETMASK`.
- 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.
.. versionadded:: 3.5