freebsd-dev/usr.bin/printf
David Schultz 9d65050e7b POSIX says that octal escapes have the format \ddd in the format string,
but \0ddd in a %b argument, with a length restriction of 3 octal digits
in either case. This seems silly, but it needs to be right so it's possible
to write an octal escape followed by an ordinary digit. Solaris printf(1)
and GNU printf(1) also behave this way.

Example: "printf '\0752'" now produces "=2" instead of garbage.
2008-08-02 06:02:02 +00:00
..
Makefile Printf(1) is WARNS 6 clean. 2005-04-14 08:43:36 +00:00
printf.1 Markup and wording fixes. 2005-06-14 11:50:53 +00:00
printf.c POSIX says that octal escapes have the format \ddd in the format string, 2008-08-02 06:02:02 +00:00