Bug 261706 - FAT32 (LBA) misrepresented as a link in the manual page for gpart(8)
Summary: FAT32 (LBA) misrepresented as a link in the manual page for gpart(8)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Wolfram Schneider
URL: https://www.freebsd.org/cgi/man.cgi?q...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-04 00:57 UTC by Graham Perrin
Modified: 2022-02-05 16:56 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)