diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index c6cc99e5571..db00b10c3bc 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 October 11, 2014 +.Dd July 8, 2022 .Dt PSTAT 8 .Os .Sh NAME @@ -229,6 +229,26 @@ is also specified, extract the name list from the specified system instead of the default, which is the kernel image the system has booted from. .El +.Sh ENVIRONMENT +.Bl -tag -width BLOCKSIZE +.It Ev BLOCKSIZE +If the environment variable +.Ev BLOCKSIZE +is set, and the +.Fl h , k , +or +.Fl m +options are not specified, the block counts will be displayed in units of +that block size. +If +.Ev BLOCKSIZE +is not set, and the +.Fl h , k , +or +.Fl m +options are not specified, the block counts will be displayed in 512-byte +blocks. +.El .Sh SEE ALSO .Xr ps 1 , .Xr systat 1 ,