Module Name: src
Committed By: simonb
Date: Sun Oct 22 14:44:09 UTC 2023
Modified Files:
src/external/bsd/top/dist/machine: m_netbsd.c
Log Message:
Remove extraneous comma after pool info
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/bsd/top/dist/machine/m_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/top/dist/machine/m_netbsd.c
diff -u src/external/bsd/top/dist/machine/m_netbsd.c:1.27 src/external/bsd/top/dist/machine/m_netbsd.c:1.28
--- src/external/bsd/top/dist/machine/m_netbsd.c:1.27 Sat Oct 21 06:30:23 2023
+++ src/external/bsd/top/dist/machine/m_netbsd.c Sun Oct 22 14:44:09 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: m_netbsd.c,v 1.27 2023/10/21 06:30:23 mrg Exp $ */
+/* $NetBSD: m_netbsd.c,v 1.28 2023/10/22 14:44:09 simonb Exp $ */
/*
* top - a top users display for Unix
@@ -45,12 +45,12 @@
* Andrew Doran <[email protected]>
*
*
- * $Id: m_netbsd.c,v 1.27 2023/10/21 06:30:23 mrg Exp $
+ * $Id: m_netbsd.c,v 1.28 2023/10/22 14:44:09 simonb Exp $
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: m_netbsd.c,v 1.27 2023/10/21 06:30:23 mrg Exp $");
+__RCSID("$NetBSD: m_netbsd.c,v 1.28 2023/10/22 14:44:09 simonb Exp $");
#endif
#include <sys/param.h>
@@ -179,7 +179,7 @@ const char *memorynames[] = {
long swap_stats[9];
const char *swapnames[] = {
- "K Total, ", "K Used, ", "K Free ", " Pools: ", "K Used, ",
+ "K Total, ", "K Used, ", "K Free ", " Pools: ", "K Used ",
" Network: ", "K In, ", "K Out, ",
NULL
};