[Python-checkins] closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) (#25694)

ambv webhook-mailer at python.org
Tue May 4 09:48:34 EDT 2021


https://github.com/python/cpython/commit/4b90c8f17603e7ab4e4568cc8b9d5de4f8099973
commit: 4b90c8f17603e7ab4e4568cc8b9d5de4f8099973
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-05-04T15:48:24+02:00
summary:

closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) (#25694)

(cherry picked from commit f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland at innova.no>

files:
M Doc/library/resource.rst

diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst
index e4eac43642d14d..c8c1348b9ba77e 100644
--- a/Doc/library/resource.rst
+++ b/Doc/library/resource.rst
@@ -241,7 +241,9 @@ platform.
    The maximum size (in bytes) of the swap space that may be reserved or
    used by all of this user id's processes.
    This limit is enforced only if bit 1 of the vm.overcommit sysctl is set.
-   Please see :manpage:`tuning(7)` for a complete description of this sysctl.
+   Please see
+   `tuning(7) <https://www.freebsd.org/cgi/man.cgi?query=tuning&sektion=7>`__
+   for a complete description of this sysctl.
 
    .. availability:: FreeBSD 9 or later.
 



More information about the Python-checkins mailing list