Bug 261706

Summary: FAT32 (LBA) misrepresented as a link in the manual page for gpart(8)
Product: Documentation Reporter: Graham Perrin <grahamperrin>
Component: WebsiteAssignee: Wolfram Schneider <wosch>
Status: Closed FIXED    
Severity: Affects Some People CC: doc, lwhsu, wosch
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.freebsd.org/cgi/man.cgi?query=gpart&sektion=8&manpath=FreeBSD#PARTITION_TYPES

Description Graham Perrin freebsd_committer freebsd_triage 2022-02-04 00:57:34 UTC
> fat32lba		    A partition	that contains a	FAT32 (LBA) filesys-

– refers (wrongly) to non-existent: 

<https://www.freebsd.org/cgi/man.cgi?query=FAT32&sektion=LBA&apropos=0&manpath=FreeBSD+13.0-RELEASE>
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-05 16:54:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=71469bf91c731b378644a77c9823f2c0310ed11b

commit 71469bf91c731b378644a77c9823f2c0310ed11b
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2022-02-05 16:52:39 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2022-02-05 16:52:39 +0000

    more restrict manual page reference detection

    No white spaces between man page and brackets, e.g. gpart(8)
    is valid, but gpart (8) not.

    PR: 261706
    Reported by: Graham Perrin

 website/content/en/cgi/man.cgi | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)