#ident	"@(#)devintf:common/cmd/devintf/devices/attrs/list/formatit	1.1.3.1"
#ident  "$Header: formatit 2.0 91/07/11 $"

while read A1 A2
do
	printf '%-12s    %s\n' $A1 $A2
done 
