When linking to the bhyve(8) manual page, do not set manpath to a specific FreeBSD version so the latest actual version is displayed.
Signed-off-by: Roman Bogorodskiy <[email protected]> --- docs/drvbhyve.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drvbhyve.rst b/docs/drvbhyve.rst index 94f6b65d77..3efbc03ce5 100644 --- a/docs/drvbhyve.rst +++ b/docs/drvbhyve.rst @@ -393,7 +393,7 @@ exposed to the guest using the ``vgaconf`` attribute: If not specified, bhyve's default mode for ``vgaconf`` will be used. Please refer to the -`bhyve(8) <https://www.freebsd.org/cgi/man.cgi?query=bhyve&sektion=8&manpath=FreeBSD+12-current>`__ +`bhyve(8) <https://www.freebsd.org/cgi/man.cgi?query=bhyve&sektion=8>`__ manual page and the `bhyve wiki <https://wiki.freebsd.org/bhyve>`__ for more details on using the ``vgaconf`` option. -- 2.51.0
