Bug 261018

Summary: An online manual page for FreeBSD 13.0-RELEASE misrepresents features that are in stable/13 – not released
Product: Documentation Reporter: Graham Perrin <grahamperrin>
Component: WebsiteAssignee: Wolfram Schneider <wosch>
Status: Closed FIXED    
Severity: Affects Many People CC: wosch
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://forums.freebsd.org/posts/550157

Description Graham Perrin freebsd_committer freebsd_triage 2022-01-08 00:54:05 UTC
> … It does seem that the bhyve man page on the website for 
> 13.0-RELEASE is indeed wrong. …


<https://www.freebsd.org/cgi/man.cgi?query=bhyve&sektion=8&manpath=FreeBSD+13.0-RELEASE>

<https://web.archive.org/web/20220108004210/https://www.freebsd.org/cgi/man.cgi?query=bhyve&sektion=8&manpath=FreeBSD+13.0-RELEASE> (captured):

* describes option -k


Truly, <https://github.com/freebsd/freebsd-src/commit/dbdc8e3e3f64e1c4d8aadcbdbfc1a8bf3609d571>

* is in stable/13

* -k is not in the manual page that is installed with 13.0-RELEASE; 
        <https://forums.freebsd.org/posts/550142>.

----

Credit to BaoNT in FreeBSD Forums for reporting what seems to be a FreeBSD website bug. 

----

Beyond bhyve(8): I have not yet checked any other 13.0-RELEASE page to tell whether there's comparable misrepresentation of features that are not released.
Comment 1 Wolfram Schneider freebsd_committer freebsd_triage 2022-01-08 09:25:25 UTC
I re-installed the FreeBSD 13.0-RELEASE manual pages. It should work now as expected.
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-01-08 18:06:43 UTC
(In reply to Wolfram Schneider from comment #1)

Thank you!