Add a missing brace to fix vmstat -s output.

This commit is contained in:
Mark Johnston 2015-11-21 23:04:12 +00:00
parent ffe6ea0581
commit f226507c00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291148

View File

@ -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 + "