Page MenuHomeFreeBSD

libc: Document support for binary integers.
ClosedPublic

Authored by des on Aug 21 2023, 12:57 PM.
Tags
None
Referenced Files
F115928466: D41522.id126296.diff
Wed, Apr 30, 1:05 PM
F115902744: D41522.diff
Wed, Apr 30, 5:26 AM
Unknown Object (File)
Fri, Apr 25, 8:39 AM
Unknown Object (File)
Wed, Apr 23, 8:39 AM
Unknown Object (File)
Wed, Apr 23, 2:03 AM
Unknown Object (File)
Tue, Apr 22, 7:44 PM
Unknown Object (File)
Mon, Apr 21, 11:46 PM
Unknown Object (File)
Fri, Apr 18, 8:08 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Aug 21 2023, 12:57 PM
debdrup added a subscriber: debdrup.

Only spotted two minor nits, but they can be fixed before pushing as they don't have to hold up things.

lib/libc/stdio/printf.3
421–427

Why the newline here?

lib/libc/stdio/scanf.3
288–294

Similar to the other, why a newline here?

This revision is now accepted and ready to land.Aug 21 2023, 1:03 PM
des marked 2 inline comments as done.Aug 21 2023, 1:07 PM
des added inline comments.
lib/libc/stdio/printf.3
421–427

it makes no difference for the output but makes the source more readable as each element in the enumeration has the same form.

lib/libc/stdio/scanf.3
288–294

same reason

des marked 2 inline comments as done.Aug 21 2023, 1:07 PM
emaste added a subscriber: emaste.
emaste added inline comments.
lib/libc/stdio/printf.3
421–427

igor complains about blank lines though

lib/libc/stdio/printf.3
421–427

where?

This revision was automatically updated to reflect the committed changes.