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