summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2012-11-16 01:43:23 +0000
committergrog <grog@FreeBSD.org>2012-11-16 01:43:23 +0000
commit2a4b9075dfd29011c27d8771d1fc86677c04e9fd (patch)
treea3bf35177bf26e6bcc8df7ae256cfe39a706612e /share
parentff16940b26eab3cfb42489dc6e1c176415175b38 (diff)
downloadFreeBSD-src-2a4b9075dfd29011c27d8771d1fc86677c04e9fd.zip
FreeBSD-src-2a4b9075dfd29011c27d8771d1fc86677c04e9fd.tar.gz
Move detailed description of BLOCKSIZE to getbsize(3).
MFC after: 2 weeks.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/environ.711
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7
index 51f9a4e..2b80987 100644
--- a/share/man/man7/environ.7
+++ b/share/man/man7/environ.7
@@ -56,13 +56,9 @@ The size of the block units used by several commands, most notably
.Xr du 1
and
.Xr ls 1 .
-.Ev BLOCKSIZE
-may be specified in units of a byte by specifying a number,
-in units of a kilobyte by specifying a number followed by ``K'' or
-``k'', in units of a megabyte by specifying a number followed by ``M''
-or ``m'' and in units of a gigabyte by specifying a number followed
-by ``G'' or ``g''.
-Sizes less than 512 bytes or greater than a gigabyte are ignored.
+This variable is processed by the
+.Xr getbsize 3
+function.
.It Ev COLUMNS
The user's preferred width in column positions for the terminal.
Utilities such as
@@ -259,6 +255,7 @@ built-in command in
.Xr execve 2 ,
.Xr execle 3 ,
.Xr getenv 3 ,
+.Xr getbsize 3 ,
.Xr setenv 3 ,
.Xr setlocale 3 ,
.Xr system 3 ,
OpenPOWER on IntegriCloud