[Bug 297248] groff: .Fx needs the right release version
[email protected] Tue, 04 Aug 2026 00:36:10 +0000
| Newsgroups | gmane.os.freebsd.devel.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D297248 --- Comment #2 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dff2bc641599a7845f597ad02ccfc98c54= 67fa948 commit ff2bc641599a7845f597ad02ccfc98c5467fa948 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-08-03 23:31:25 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-08-04 00:32:36 +0000 manuals: Fix Fx and nearby mechanical typos Fix compiler warnings related to the Fx macro, as well as all other mechanical typos that were visible within one screenful of them. These cause rendering glitches on various toolchains with various of the five and a half decades of rich output formats and tooling manpages scale to. The *x macro set specifies operating systems. These macros take the rest of the line as an argument. Sometimes, a space was not used to separate the argument of Fx and the trailing period. Another, FreeBSD Foundation was misrepresented as an operating system version instead of an author. Two more had other parts of the sentence supplied as an argument to Fx. While I had those open, fix the other mechancial typos visible on those specific screenfulls. Fix a list width glitch, correct section typo AUTHOR to AUTHORS, and switch AUTHORS sections containing prose to prose-mode so that they wrap freely when rendered. PR: 297248 MFC after: 3 days Fixes: d39e310c7d6a ("man/man3: add stdbit.3") Fixes: d790b16bbf0c ("add man pages for stdbit functions") Fixes: b61850c4e6f6 ("net.link.bridge.member_ifaddrs to false") Reported by: wosch (groff is complaining about incorrect Fx usage) contrib/elftoolchain/strings/strings.1 | 2 +- lib/libc/stdbit/stdc_bit_ceil.3 | 4 ++-- lib/libc/stdbit/stdc_bit_floor.3 | 4 ++-- lib/libc/stdbit/stdc_bit_width.3 | 4 ++-- lib/libc/stdbit/stdc_count_ones.3 | 4 ++-- lib/libc/stdbit/stdc_count_zeros.3 | 4 ++-- lib/libc/stdbit/stdc_first_leading_one.3 | 4 ++-- lib/libc/stdbit/stdc_first_leading_zero.3 | 2 +- lib/libc/stdbit/stdc_first_trailing_one.3 | 4 ++-- lib/libc/stdbit/stdc_first_trailing_zero.3 | 4 ++-- lib/libc/stdbit/stdc_has_single_bit.3 | 4 ++-- lib/libc/stdbit/stdc_leading_ones.3 | 4 ++-- lib/libc/stdbit/stdc_leading_zeros.3 | 4 ++-- lib/libc/stdbit/stdc_trailing_ones.3 | 4 ++-- lib/libc/stdbit/stdc_trailing_zeros.3 | 4 ++-- lib/libsys/lio_listio.2 | 3 ++- share/man/man3/stdbit.3 | 4 ++-- share/man/man4/bridge.4 | 2 +- share/man/man4/bxe.4 | 3 ++- share/man/man4/inet.4 | 3 ++- share/man/man4/sume.4 | 3 ++- usr.bin/elfctl/elfctl.1 | 5 +++-- usr.bin/ipcrm/ipcrm.1 | 9 ++++++--- 23 files changed, 48 insertions(+), 40 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=