svn commit: r247483 - stable/9/usr.bin/top
John Baldwin
jhb at FreeBSD.org
Thu Feb 28 18:24:08 UTC 2013
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
};
More information about the svn-src-stable-9
mailing list