diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-31 21:20:08 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-31 21:20:08 +0000 |
| commit | 799aba9656862219f49a70d7be17c425ba032750 (patch) | |
| tree | bc7b91cabbe5d545ffc5aa12e9f524835af32348 /usr.sbin/pstat | |
| parent | 51200f9b7ce44b8e9fa58e0f4670e92d5a21b7da (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pstat')
| -rw-r--r-- | usr.sbin/pstat/pstat.8 | 4 | ||||
| -rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 93d3c11c52cc..39c73a37f50c 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 3f4caff8e93a..4a8f7a1955d3 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) |
