From dfde8e4b54fead6a899d9cbba64a503c6e5f9d1d Mon Sep 17 00:00:00 2001 From: Phil Shafer Date: Tue, 13 Jun 2017 05:38:40 +0000 Subject: [PATCH] Use {T:Capacity} for header so html output looks tidy Submitted by: phil Approved by: sjg --- bin/df/df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/df/df.c b/bin/df/df.c index 353db2d2839..017c90d37ee 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -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) {