> the %t and %T space seems rather crowded...

i agree.  but %t is the real issue, and i see just 9 instances of that.
only one of them (the kernel) uses both %t and %T.  this seems easy
enough to fix.

for all but the kernel we can change %t to %T, and for the kernel
we'll have to use something odd.

i'll post a potential comprehensive solution to this this weekend.

- erik

---

 ; g 'fmtinstall[       ]*\([   ]*''[t]''' .
./9/port/edf.c:122:             fmtinstall('t', timeconv);
./cmd/db/output.c:159:  fmtinstall('t', tconv);
./cmd/ndb/tozone.c:797:         fmtinstall('t', fmttabpad);
./cmd/trace.c:138:      fmtinstall('t', timeconv);
./cmd/vac/unvac.c:45:   fmtinstall('t', mtimefmt);
./cmd/venti/srv/fixarenas.c:1898:       fmtinstall('t', tfmt);
./fs/port/sub.c:802:    fmtinstall('t', tfmt);  /* print times */
./nix/port/edf.c:116:           fmtinstall('t', timeconv);


Reply via email to