aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2019-04-13 23:26:02 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2019-04-13 23:26:02 +0000
commita16e0d446850664c92b5755ba9f186381a8178be (patch)
tree3e5e1c8a6e220299388a35d6f4471d40c4bb8d75 /usr.bin/nfsstat
parented2f1001706ce61b2c939d8d1eaed2a5ef6cb108 (diff)
downloadsrc-a16e0d446850664c92b5755ba9f186381a8178be.tar.gz
src-a16e0d446850664c92b5755ba9f186381a8178be.zip
Fix printing of the line that starts with "LocalOpen...".
When "nfsstat -E -c" was done, the title line starting with "LocalOpen..." was not being displayed. This was introduced by r328588. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=346192
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r--usr.bin/nfsstat/nfsstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c
index 45aeaedaedbb..f4a4318d8f95 100644
--- a/usr.bin/nfsstat/nfsstat.c
+++ b/usr.bin/nfsstat/nfsstat.c
@@ -790,7 +790,7 @@ exp_intpr(int clientOnly, int serverOnly, int nfs41)
(uintmax_t)ext_nfsstats.cllocalopenowners);
xo_emit("{T:LocalOpen/%13.13s}{T:LocalLown/%13.13s}"
- "{T:LocalLock\n");
+ "{T:LocalLock/%13.13s}\n");
xo_emit("{:localopen/%13ju}{:locallown/%13ju}"
"{:locallock/%13ju}\n",
(uintmax_t)ext_nfsstats.cllocalopens,