Use {T:Capacity} for header so html output looks tidy

Submitted by:	phil
Approved by:	sjg
This commit is contained in:
Phil Shafer 2017-06-13 05:38:40 +00:00
parent a443511817
commit dfde8e4b54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319892

View File

@ -490,7 +490,7 @@ prtstat(struct statfs *sfsp, struct maxwidths *mwp)
xo_emit("{T:/%-*s}", mwp->mntfrom, "Filesystem");
if (Tflag)
xo_emit(" {T:/%-*s}", mwp->fstype, "Type");
xo_emit(" {T:/%*s} {T:/%*s} {T:/%*s} Capacity",
xo_emit(" {T:/%*s} {T:/%*s} {T:/%*s} {T:Capacity}",
mwp->total, header,
mwp->used, "Used", mwp->avail, "Avail");
if (iflag) {