aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Johnson <felix.the.red@gmail.com>2022-07-08 19:33:02 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-07-08 19:35:33 +0000
commit39ad6e289f062fc8da239c0372f49b21f0911060 (patch)
tree512bca83dae880045fa2f77ff3f178c3b9e944da
parent56e8444a170934a09e200ee8ced1feccb1d32225 (diff)
downloadsrc-39ad6e289f062fc8da239c0372f49b21f0911060.tar.gz
src-39ad6e289f062fc8da239c0372f49b21f0911060.zip
swapinfo.8: Mention BLOCKSIZE in the ENVIRONMENT section
Copy the ENVIRONMENT section from df(1) to swapinfo(8), except that the --si option is removed for swapinfo. PR: 235225 Reported by: 0mp MFC after: 3 days
-rw-r--r--usr.sbin/pstat/pstat.822
1 files changed, 21 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8
index c6cc99e5571b..db00b10c3bc5 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 ,