diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-08-03 23:31:25 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-08-04 00:32:36 +0000 |
| commit | ff2bc641599a7845f597ad02ccfc98c5467fa948 (patch) | |
| tree | 6d5c3b77423fa732444c332a6a44938482df4da1 /lib | |
| parent | 5ab48fb9f7ac43fb1242a678312a02df5d4d5b53 (diff) | |
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)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdbit/stdc_bit_ceil.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_bit_floor.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_bit_width.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_count_ones.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_count_zeros.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_first_leading_one.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_first_leading_zero.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_first_trailing_one.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_first_trailing_zero.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_has_single_bit.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_leading_ones.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_leading_zeros.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_trailing_ones.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdbit/stdc_trailing_zeros.3 | 4 | ||||
| -rw-r--r-- | lib/libsys/lio_listio.2 | 3 |
15 files changed, 29 insertions, 28 deletions
diff --git a/lib/libc/stdbit/stdc_bit_ceil.3 b/lib/libc/stdbit/stdc_bit_ceil.3 index 470b255f471e..12644ab56c58 100644 --- a/lib/libc/stdbit/stdc_bit_ceil.3 +++ b/lib/libc/stdbit/stdc_bit_ceil.3 @@ -76,6 +76,6 @@ The family of functions and the .Fn stdc_bit_ceil type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_bit_floor.3 b/lib/libc/stdbit/stdc_bit_floor.3 index 3e90c34f070f..375bc922fc2f 100644 --- a/lib/libc/stdbit/stdc_bit_floor.3 +++ b/lib/libc/stdbit/stdc_bit_floor.3 @@ -78,6 +78,6 @@ The family of functions and the .Fn stdc_bit_floor type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_bit_width.3 b/lib/libc/stdbit/stdc_bit_width.3 index 8d59886818d3..73aad274911c 100644 --- a/lib/libc/stdbit/stdc_bit_width.3 +++ b/lib/libc/stdbit/stdc_bit_width.3 @@ -99,6 +99,6 @@ The family of functions and the .Fn stdc_bit_width type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_count_ones.3 b/lib/libc/stdbit/stdc_count_ones.3 index 6de92216c24b..c6667a74694c 100644 --- a/lib/libc/stdbit/stdc_count_ones.3 +++ b/lib/libc/stdbit/stdc_count_ones.3 @@ -80,6 +80,6 @@ The family of functions and the .Fn stdc_count_ones type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_count_zeros.3 b/lib/libc/stdbit/stdc_count_zeros.3 index 762ba62d3793..a83685670a4f 100644 --- a/lib/libc/stdbit/stdc_count_zeros.3 +++ b/lib/libc/stdbit/stdc_count_zeros.3 @@ -79,6 +79,6 @@ The family of functions and the .Fn stdc_count_zeros type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_first_leading_one.3 b/lib/libc/stdbit/stdc_first_leading_one.3 index 48f62d997043..010df45e7d59 100644 --- a/lib/libc/stdbit/stdc_first_leading_one.3 +++ b/lib/libc/stdbit/stdc_first_leading_one.3 @@ -88,6 +88,6 @@ The family of functions and the .Fn stdc_first_leading_one type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_first_leading_zero.3 b/lib/libc/stdbit/stdc_first_leading_zero.3 index 317b6263acb0..7e99729921f1 100644 --- a/lib/libc/stdbit/stdc_first_leading_zero.3 +++ b/lib/libc/stdbit/stdc_first_leading_zero.3 @@ -88,5 +88,5 @@ family of functions and the .Fn stdc_first_leading_zero type-generic macro were added in .Fx 15.1. -.Sh AUTHOR +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_first_trailing_one.3 b/lib/libc/stdbit/stdc_first_trailing_one.3 index 0b590ac39732..e3432ad7f75d 100644 --- a/lib/libc/stdbit/stdc_first_trailing_one.3 +++ b/lib/libc/stdbit/stdc_first_trailing_one.3 @@ -105,6 +105,6 @@ The family of functions and the .Fn stdc_first_trailing_one type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_first_trailing_zero.3 b/lib/libc/stdbit/stdc_first_trailing_zero.3 index bc4f7982d765..a9f6fb1ca9f8 100644 --- a/lib/libc/stdbit/stdc_first_trailing_zero.3 +++ b/lib/libc/stdbit/stdc_first_trailing_zero.3 @@ -88,6 +88,6 @@ The family of functions and the .Fn stdc_first_trailing_zero type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_has_single_bit.3 b/lib/libc/stdbit/stdc_has_single_bit.3 index 8f82c552216a..55f96a0419ea 100644 --- a/lib/libc/stdbit/stdc_has_single_bit.3 +++ b/lib/libc/stdbit/stdc_has_single_bit.3 @@ -93,6 +93,6 @@ The family of functions and the .Fn stdc_has_single_bit type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_leading_ones.3 b/lib/libc/stdbit/stdc_leading_ones.3 index 6cf7989b73ea..51a555292e3c 100644 --- a/lib/libc/stdbit/stdc_leading_ones.3 +++ b/lib/libc/stdbit/stdc_leading_ones.3 @@ -81,6 +81,6 @@ The family of functions and the .Fn stdc_leading_ones type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_leading_zeros.3 b/lib/libc/stdbit/stdc_leading_zeros.3 index 7a7a203ac78c..89098c241db5 100644 --- a/lib/libc/stdbit/stdc_leading_zeros.3 +++ b/lib/libc/stdbit/stdc_leading_zeros.3 @@ -81,6 +81,6 @@ The family of functions and the .Fn stdc_leading_zeros type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_trailing_ones.3 b/lib/libc/stdbit/stdc_trailing_ones.3 index 96277506fc17..d197f39d721c 100644 --- a/lib/libc/stdbit/stdc_trailing_ones.3 +++ b/lib/libc/stdbit/stdc_trailing_ones.3 @@ -81,6 +81,6 @@ The family of functions and the .Fn stdc_trailing_ones type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdbit/stdc_trailing_zeros.3 b/lib/libc/stdbit/stdc_trailing_zeros.3 index 4bc675590ee7..9ebb2298eb44 100644 --- a/lib/libc/stdbit/stdc_trailing_zeros.3 +++ b/lib/libc/stdbit/stdc_trailing_zeros.3 @@ -82,6 +82,6 @@ The family of functions and the .Fn stdc_trailing_zeros type-generic macro were added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libsys/lio_listio.2 b/lib/libsys/lio_listio.2 index bda65c38b1ac..94a5390ed83b 100644 --- a/lib/libsys/lio_listio.2 +++ b/lib/libsys/lio_listio.2 @@ -240,7 +240,8 @@ The and .Dv LIO_WRITEV operations are -.Fx extensions, and should not be used in portable code. +.Fx +extensions, and should not be used in portable code. .Sh HISTORY The .Fn lio_listio |
