gh-93851: Fix all broken links in Doc/ (GH-93853)

This commit is contained in:
Oleg Iarygin 2022-06-21 21:55:18 +03:00 committed by GitHub
parent 7327d61abe
commit f62ff97f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 59 additions and 47 deletions

View file

@ -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