From: Erlend Egeberg Aasland Date: Mon, 1 Mar 2021 14:44:46 +0000 (+0100) Subject: closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) X-Git-Tag: v3.10.0a6~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69;p=thirdparty%2FPython%2Fcpython.git closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) --- diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst index 00ff3b5dd3b6..67e9b44fe48c 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) `__ + for a complete description of this sysctl. .. availability:: FreeBSD 9 or later.