diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-03-21 16:36:05 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-03-21 16:36:05 +0000 |
| commit | 7257230f7bfa0ed6bc78b6b54397e48cec4394a1 (patch) | |
| tree | eef6e0926cc896ad30941537a3fcdc82579dcb88 /usr.sbin/pstat/pstat.8 | |
| parent | 1b55f32716fb63a45f5435c346eb8cc5274d6f8a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pstat/pstat.8')
| -rw-r--r-- | usr.sbin/pstat/pstat.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 7fd8b5017d47..9aec51b472a4 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -35,7 +35,7 @@ .\" @(#)pstat.8 8.5 (Berkeley) 5/13/94 .\" $FreeBSD$ .\" -.Dd May 23, 2002 +.Dd March 21, 2005 .Dt PSTAT 8 .Os .Sh NAME @@ -44,10 +44,10 @@ .Nd display system data structures .Sh SYNOPSIS .Nm -.Op Fl Tfknst +.Op Fl Tfhknst .Op Fl M Ar core Op Fl N Ar system .Nm swapinfo -.Op Fl k +.Op Fl hk .Op Fl M Ar core Op Fl N Ar system .Sh DESCRIPTION The @@ -77,6 +77,11 @@ The following options are available: .Bl -tag -width indent .It Fl n Print devices out by major/minor instead of name. +.It Fl h +.Dq Human-readable +output. +Use unit suffixes when printing swap partition sizes: +Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte. .It Fl k Print sizes in kilobytes, regardless of the setting of the .Ev BLOCKSIZE |
