Author: jhb
Date: Thu Feb 28 18:24:07 2013
New Revision: 247483
URL: http://svnweb.freebsd.org/changeset/base/247483

Log:
  MFC 241730: Correct the order of the MFU and MRU labels.

Modified:
  stable/9/usr.bin/top/machine.c
Directory Properties:
  stable/9/usr.bin/top/   (props changed)

Modified: stable/9/usr.bin/top/machine.c
==============================================================================
--- stable/9/usr.bin/top/machine.c      Thu Feb 28 18:22:50 2013        
(r247482)
+++ stable/9/usr.bin/top/machine.c      Thu Feb 28 18:24:07 2013        
(r247483)
@@ -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
 };
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to