Skip to content

Commit

Permalink
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend Egeberg Aasland committed Mar 1, 2021
1 parent c994ffe commit f4d7d46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Doc/library/resource.rst
Expand Up @@ -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.

Expand Down

0 comments on commit f4d7d46

Please sign in to comment.