From fe2eb7c21324004a61c0f507315dca67c863acc0 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 28 Feb 2013 18:24:14 +0000 Subject: [PATCH] MFC 241730: Correct the order of the MFU and MRU labels. git-svn-id: svn://svn.freebsd.org/base/stable/8@247484 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/top/machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 66f47f4d8..70b15ff1b 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -178,7 +178,7 @@ char *memorynames[] = { int arc_stats[7]; char *arcnames[] = { - "K Total, ", "K MRU, ", "K MFU, ", "K Anon, ", "K Header, ", "K Other", + "K Total, ", "K MFU, ", "K MRU, ", "K Anon, ", "K Header, ", "K Other", NULL }; -- 2.45.0