Page MenuHomeFreeBSD

libc/stdbit: add man pages for stdbit functions
Needs ReviewPublic

Authored by fuz on Mon, Nov 10, 9:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 6:18 AM
Unknown Object (File)
Tue, Nov 18, 6:17 AM
Unknown Object (File)
Tue, Nov 18, 6:17 AM
Unknown Object (File)
Tue, Nov 18, 6:17 AM
Unknown Object (File)
Tue, Nov 18, 6:16 AM
Unknown Object (File)
Sun, Nov 16, 5:41 PM
Unknown Object (File)
Sat, Nov 15, 3:38 PM
Unknown Object (File)
Fri, Nov 14, 6:34 PM

Details

Reviewers
markj
kib
Group Reviewers
manpages
Summary

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 DR.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 68499
Build 65382: arc lint + arc unit

Event Timeline

fuz requested review of this revision.Mon, Nov 10, 9:33 AM
  • libc/stdbit: add - from .\"- in man pages
lib/libc/stdbit/stdc_bit_ceil.3
63

What are you doing with these \~?

lib/libc/stdbit/stdc_bit_ceil.3
63

This prevents an awkward line break.

English LGTM. I can't speak to consistency with implementation or standard.

kib added a subscriber: kib.
kib added inline comments.
lib/libc/stdbit/Makefile.inc
34

Order them alphabetically

This revision is now accepted and ready to land.Fri, Nov 14, 1:12 AM
  • sort MAN entries alphabetically as requested by @kib
This revision now requires review to proceed.Tue, Nov 18, 5:31 PM
  • add missing backslash in Makefile.inc