From owner-svn-src-all@FreeBSD.ORG Fri Nov 16 12:03:51 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 0BC8BD09; Fri, 16 Nov 2012 12:03:51 +0000 (UTC) (envelope-from joel@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 E59378FC15; Fri, 16 Nov 2012 12:03:50 +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 qAGC3ooK080858; Fri, 16 Nov 2012 12:03:50 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAGC3odN080857; Fri, 16 Nov 2012 12:03:50 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201211161203.qAGC3odN080857@svn.freebsd.org> From: Joel Dahl Date: Fri, 16 Nov 2012 12:03:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243146 - head/lib/libc/gen 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 12:03:51 -0000 Author: joel (doc committer) Date: Fri Nov 16 12:03:50 2012 New Revision: 243146 URL: http://svnweb.freebsd.org/changeset/base/243146 Log: mdoc: Use the Ev macro for environmental variables. Modified: head/lib/libc/gen/getbsize.3 Modified: head/lib/libc/gen/getbsize.3 ============================================================================== --- head/lib/libc/gen/getbsize.3 Fri Nov 16 11:56:53 2012 (r243145) +++ head/lib/libc/gen/getbsize.3 Fri Nov 16 12:03:50 2012 (r243146) @@ -50,9 +50,9 @@ function returns a preferred block size 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 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.