]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
printf(9): clarify the description of %b
authorMitchell Horne <mhorne@FreeBSD.org>
Tue, 25 Apr 2023 20:26:36 +0000 (17:26 -0300)
committerMitchell Horne <mhorne@FreeBSD.org>
Tue, 25 Apr 2023 20:26:36 +0000 (17:26 -0300)
commit82bc33d5ad2e00179ea7026c496a35b00550da15
tree98639c5eee32d24e9fd23dff684d2e44944fc44e
parent7edb7adf8c8b0615c6d845ca789d4f527f8b18a3
printf(9): clarify the description of %b

The bit values are numbers given in octal representation, not decimal,
as one might assume from the description. Same goes for the base,
although this has an example.

Reviewed by: emaste
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39815
share/man/man9/printf.9