From owner-svn-src-all@FreeBSD.ORG Fri Nov 16 01:43:23 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99EB0218; Fri, 16 Nov 2012 01:43:23 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 790BC8FC12; Fri, 16 Nov 2012 01:43:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAG1hNOp093702; Fri, 16 Nov 2012 01:43:23 GMT (envelope-from grog@svn.freebsd.org) Received: (from grog@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAG1hNMg093701; Fri, 16 Nov 2012 01:43:23 GMT (envelope-from grog@svn.freebsd.org) Message-Id: <201211160143.qAG1hNMg093701@svn.freebsd.org> From: Greg Lehey Date: Fri, 16 Nov 2012 01:43:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243117 - head/share/man/man7 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 01:43:23 -0000 Author: grog Date: Fri Nov 16 01:43:23 2012 New Revision: 243117 URL: http://svnweb.freebsd.org/changeset/base/243117 Log: Move detailed description of BLOCKSIZE to getbsize(3). MFC after: 2 weeks. Modified: head/share/man/man7/environ.7 Modified: head/share/man/man7/environ.7 ============================================================================== --- head/share/man/man7/environ.7 Fri Nov 16 01:41:42 2012 (r243116) +++ head/share/man/man7/environ.7 Fri Nov 16 01:43:23 2012 (r243117) @@ -56,13 +56,9 @@ The size of the block units used by seve .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 ,