freebsd-nq/bin/ls
Colin Percival d3b68bf14c Fix alignment of size field in ls -lh -- the width was being computed
from log[10](largest file size), but when outputting in human-friendly
format the width is always at most 4. (eg. "123K", " 12K", "1.2K".)

PR: bin/59320
Approved by: rwatson (mentor)
2004-01-22 04:33:00 +00:00
..
cmp.c
extern.h
ls.1
ls.c
ls.h
Makefile
print.c
util.c