[Bug 297248] groff: .Fx needs the right release version
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 297248] groff: .Fx needs the right release version"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Aug 2026 21:38:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297248
Alexander Ziaee <ziaee@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
CC| |ziaee@FreeBSD.org
Assignee|bugs@FreeBSD.org |ziaee@FreeBSD.org
--- Comment #1 from Alexander Ziaee <ziaee@FreeBSD.org> ---
I'll fix these.
> or add a newline after .Fx if no argument is required:
>
> .Fx Foundation. ->
> .Fx
> Foundation.
Please do not do this. The *x macros are for denoting operating systems. This
is semantically different because the FreeBSD Foundation is a copyright holder,
so the appropriate macro is .An.
The application is that then we can search manuals for ones the FreeBSD
Foundation has funded work in, like every other copyright holder. The correct
usage is like this:
.Fx Foundation. ->
.An FreeBSD Foundation .
Thanks for reporting this.
--
You are receiving this mail because:
You are the assignee for the bug.