On Tue Jan  5 23:02:59 PST 2016, cinap_len...@felloff.net wrote:
> it appears that %t and %z are already used by a bunch of programs,
> including the kernel:
> 
> term% grep -n 'fmtinstall\(''[zt]''' */*.c */*/*.c */*/*/*.c
> cmd/trace.c:137:      fmtinstall('t', timeconv);
> 9/port/edf.c:122:             fmtinstall('t', timeconv);
> cmd/db/output.c:159:  fmtinstall('t', tconv);
> cmd/vac/unvac.c:45:   fmtinstall('t', mtimefmt);
> cmd/venti/srv/fixarenas.c:1897:       fmtinstall('z', zfmt);
> cmd/venti/srv/fixarenas.c:1898:       fmtinstall('t', tfmt);
> 

yes, i changed fixarena's 'z' to 'Z'.  when necessary, i plan on changing
't' to 'T' or similar hopefully well-chosen non-conflicting character.

- erik

Reply via email to