summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-03-01 14:54:30 (GMT)
committerGitHub <noreply@github.com>2021-03-01 14:54:30 (GMT)
commit643939a07e480ed88a6eca9793157f1c695a418e (patch)
tree3129fe9483c0e537fcc8c28d582ebb099e877d1f /Doc
parente2f6ed89aeaa0b723f45f914dba92e1b42518395 (diff)
downloadcpython-643939a07e480ed88a6eca9793157f1c695a418e.zip
cpython-643939a07e480ed88a6eca9793157f1c695a418e.tar.gz
cpython-643939a07e480ed88a6eca9793157f1c695a418e.tar.bz2
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
(cherry picked from commit f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/resource.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst
index e4eac43..c8c1348 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.