diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-03-01 14:44:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 14:44:46 (GMT) |
commit | f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69 (patch) | |
tree | f19e50ef9691adae5e00dd68c79317d598397880 /Doc/library/resource.rst | |
parent | c994ffe69553cbb34f1cea6a4494d6e7657f41b0 (diff) | |
download | cpython-f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69.zip cpython-f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69.tar.gz cpython-f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69.tar.bz2 |
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Diffstat (limited to 'Doc/library/resource.rst')
-rw-r--r-- | Doc/library/resource.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst index 00ff3b5..67e9b44 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. |