From 0a7b6854e50eca6613f525c8e1b7978c10372863 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 16 Sep 2014 09:10:55 -0400 Subject: Fixed typo in nfsstat -sv output Signed-off-by: Steve Dickson --- utils/nfsstat/nfsstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c index 3612bfe..298adcf 100644 --- a/utils/nfsstat/nfsstat.c +++ b/utils/nfsstat/nfsstat.c @@ -569,7 +569,7 @@ print_server_stats(int opt_prt) print_numbers( LABEL_srvfh - "lookup anon ncachedir ncachedir stale\n", + "lookup anon ncachedir ncachenondir stale\n", srvfhinfo + 1, 5); } else /* < 2.4 */ print_numbers( -- cgit