Bug 274862

Summary: Broken link in 14.0 release notes
Product: Documentation Reporter: ask
Component: WebsiteAssignee: Mike Karels <karels>
Status: Closed FIXED    
Severity: Affects Some People CC: karels, lwhsu, pat
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description ask 2023-11-02 04:04:06 UTC
On https://www.freebsd.org/releases/14.0R/relnotes/ the "Userland Application Changes" section says:

"The cpuset(8) utility has been moved from /usr/bin to /bin so that it is always available during startup processing. /usr/bin/cpuset is now a symbolic link. f05948d4e98d"

the cpuset(8) link goes to https://man.freebsd.org/cgi/man.cgi?query=cpuset&sektion=8&format=html

It seems like it should be cpuset(1) and link to https://man.freebsd.org/cgi/man.cgi?query=cpuset&sektion=1&format=html

(alternatively the man page tool needs fixing).
Comment 1 Mike Karels freebsd_committer freebsd_triage 2023-11-06 04:44:01 UTC
Thanks for pointing this out.  It is now fixed in my copy, and will be part of my next push.
Comment 2 Mike Karels freebsd_committer freebsd_triage 2023-11-09 20:02:28 UTC
This fix has been pushed.