opnsense-src/lib/libc/stdbit
Robert Clausecker 27de6568a3 libc/stdbit: add man pages for stdbit functions
This adds man pages for each group of functions in <stdbit.h>.
The man pages have cross references to one-another.
Cross references from external man pages to these will be added
in a later commit.

Reviewed by:	pauamma@gundo.com, kib
Approved by:	markj (mentor)
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D53659

(cherry picked from commit d790b16bbf0c3055ef00200d01659dfb3c0e5e5e)
2026-01-01 21:57:32 +01:00
..
Makefile.inc libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_bit_ceil.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_bit_ceil.c
stdc_bit_floor.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_bit_floor.c
stdc_bit_width.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_bit_width.c
stdc_count_ones.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_count_ones.c
stdc_count_zeros.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_count_zeros.c
stdc_first_leading_one.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_first_leading_one.c
stdc_first_leading_zero.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_first_leading_zero.c
stdc_first_trailing_one.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_first_trailing_one.c
stdc_first_trailing_zero.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_first_trailing_zero.c
stdc_has_single_bit.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_has_single_bit.c
stdc_leading_ones.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_leading_ones.c
stdc_leading_zeros.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_leading_zeros.c
stdc_trailing_ones.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_trailing_ones.c
stdc_trailing_zeros.3 libc/stdbit: add man pages for stdbit functions 2026-01-01 21:57:32 +01:00
stdc_trailing_zeros.c
Symbol.map