From 3421e21beeae4f238f92e3d9e59b6e63fe8bf971 Mon Sep 17 00:00:00 2001 From: joel Date: Fri, 16 Nov 2012 12:03:50 +0000 Subject: mdoc: Use the Ev macro for environmental variables. --- lib/libc/gen/getbsize.3 | 6 +++--- 1 file 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. -- cgit v1.1