K 10 svn:author V 3 pfg K 8 svn:date V 27 2018-08-07T23:03:50.900660Z K 7 svn:log V 329 Fix printf(1) ignores width and precision in %b format. The precision with behavior is "unspecified" by POSIX (as of 2018), but most implementations seem to have taken it to be treated the same as for "s"; applied after the unescaping. Adopt the same treatment on our printf. PR: 229641 Submitted by: Garrett D'Amore (illumos) END