]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Mon, 1 Mar 2021 14:44:46 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 14:44:46 +0000 (08:44 -0600)
Doc/library/resource.rst

index 00ff3b5dd3b6a342cd73d04309b45f0954bcbe1b..67e9b44fe48c466c97b564e6835da0d467a1b1cb 100644 (file)
@@ -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.