From 7059dc38838a693ba47e5be32249db0190e9eacb Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 31 Jul 2003 21:20:08 +0000 Subject: Remove options processing for dumping swapdevice radix map. --- usr.sbin/pstat/pstat.8 | 4 ---- usr.sbin/pstat/pstat.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.sbin/pstat') diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 93d3c11..39c73a3 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -127,10 +127,6 @@ reports the percentage of space used. .Pp If more than one partition is configured into the system, totals for all of the statistics will be reported in the final line of the report. -.Pp -If you supply the option again, as in -.Fl ss , -the system will display a breakdown of the swap bitmap/radix-tree. .It Fl t Print table for terminals with these headings: diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 3f4caff..4a8f7a1 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -540,7 +540,7 @@ swapmode_kvm(void) int i, n; n = kvm_getswapinfo(kd, kswap, sizeof kswap / sizeof kswap[0], - ((swapflag > 1) ? SWIF_DUMP_TREE : 0) | SWIF_DEV_PREFIX); + SWIF_DEV_PREFIX); print_swap_header(); for (i = 0; i < n; ++i) -- cgit v1.1