summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-11-21 23:04:12 +0000
committermarkj <markj@FreeBSD.org>2015-11-21 23:04:12 +0000
commitda8f89637149826dce1c50fb1a19a558cd71660a (patch)
treeeb8f07462bd027bac4aae21e4adad886e2699649 /usr.bin
parentc5fd633b0746755e272345b0b85fe40ed70c2570 (diff)
downloadFreeBSD-src-da8f89637149826dce1c50fb1a19a558cd71660a.zip
FreeBSD-src-da8f89637149826dce1c50fb1a19a558cd71660a.tar.gz
Add a missing brace to fix vmstat -s output.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vmstat/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 02299d4..f0044d2 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -1113,7 +1113,7 @@ dosum(void)
nchtotal = lnchstats.ncs_goodhits + lnchstats.ncs_neghits +
lnchstats.ncs_badhits + lnchstats.ncs_falsehits +
lnchstats.ncs_miss + lnchstats.ncs_long;
- xo_emit(":total-name-lookups/%9ld} {N:total name lookups}\n",
+ xo_emit("{:total-name-lookups/%9ld} {N:total name lookups}\n",
nchtotal);
xo_emit("{P:/%9s} {N:cache hits} "
"({:positive-cache-hits/%ld}% pos + "
OpenPOWER on IntegriCloud