summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-11-16 12:03:50 +0000
committerjoel <joel@FreeBSD.org>2012-11-16 12:03:50 +0000
commit3421e21beeae4f238f92e3d9e59b6e63fe8bf971 (patch)
treedcdfc6102f7d77c06affc5fd96963c150b621bb8
parentb4a387db94afc73c74f819d0de79bc7f6cc5b0a3 (diff)
downloadFreeBSD-src-3421e21beeae4f238f92e3d9e59b6e63fe8bf971.zip
FreeBSD-src-3421e21beeae4f238f92e3d9e59b6e63fe8bf971.tar.gz
mdoc: Use the Ev macro for environmental variables.
-rw-r--r--lib/libc/gen/getbsize.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getbsize.3 b/lib/libc/gen/getbsize.3
index 5a759da..2caf5fe 100644
--- a/lib/libc/gen/getbsize.3
+++ b/lib/libc/gen/getbsize.3
@@ -50,9 +50,9 @@ function returns a preferred block size for reporting by system utilities
and
.Xr systat 1 ,
based on the value of the
-.En BLOCKSIZE
+.Ev BLOCKSIZE
environment variable.
-.En BLOCKSIZE
+.Ev BLOCKSIZE
may be specified directly in bytes, or in multiples of a kilobyte by
specifying a number followed by ``K'' or ``k'', in multiples of a
megabyte by specifying a number followed by ``M'' or ``m'' or in
@@ -61,7 +61,7 @@ multiples of a gigabyte by specifying a number followed by ``G'' or
Multiples must be integers.
.Pp
Valid values of
-.En BLOCKSIZE
+.Ev BLOCKSIZE
are 512 bytes to 1 gigabyte.
Sizes less than 512 bytes are rounded up to 512 bytes, and sizes
greater than 1 GB are rounded down to 1 GB.
OpenPOWER on IntegriCloud