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

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

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

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

Reply via email to