freebsd-skq/usr.bin/printf
jilles 4225b461f7 printf(1): Clarify that \OOO produces a byte, different %b escape sequences.
Octal escape sequences are expanded to bytes, not characters, and multiple
are required for a multibyte character.

The valid escape sequences in %b strings are slightly different from the
escape sequences in the format string.
2010-09-05 21:44:50 +00:00
..
Makefile
printf.1 printf(1): Clarify that \OOO produces a byte, different %b escape sequences. 2010-09-05 21:44:50 +00:00
printf.c