Print this page
4818 printf(1) should support n$ width and precision specifiers
4854 printf(1) doesn't support %b and \c properly
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Approved by: TBD

*** 9,20 **** # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2012 by Delphix. All rights reserved. # .PARALLEL: $(SUBDIRS) ! SUBDIRS = os-tests test-runner zfs-tests include Makefile.com --- 9,21 ---- # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2012 by Delphix. All rights reserved. + # Copyright 2014 Garrett D'Amore <garrett@damore.org> # .PARALLEL: $(SUBDIRS) ! SUBDIRS = os-tests test-runner util-tests zfs-tests include Makefile.com