Remove options processing for dumping swapdevice radix map.

This commit is contained in:
phk 2003-07-31 21:20:08 +00:00
parent db2a04e50d
commit 7059dc3883
2 changed files with 1 additions and 5 deletions

View File

@ -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:

View File

@ -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)