src/usr.bin/top/machine.c

Roland Hammerle rjh at who.net
Thu Jan 13 14:06:01 PST 2005


Just a small typo in machine.c of top.

- Roland

--- src/usr.bin/top/machine.c.orig	2005-01-13 23:00:40.000000000 +0100
+++ src/usr.bin/top/machine.c	2005-01-13 23:00:23.000000000 +0100
@@ -349,7 +349,7 @@
 		exit(1);
 	}
 	if (sysctlbyname("vm.vmmeter", &vmm, &vmm_size, NULL, 0)) {
-		perror("sysctlbyname: vm.vmstats");
+		perror("sysctlbyname: vm.vmmeter");
 		exit(1);
 	}
 	if (kinfo_get_vfs_bufspace(&bufspace)) {




More information about the Submit mailing list