From owner-cvs-all@FreeBSD.ORG Wed Jun 16 11:20:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F33616A4CE; Wed, 16 Jun 2004 11:20:57 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A2AE43D5D; Wed, 16 Jun 2004 11:20:57 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 20E23530C; Wed, 16 Jun 2004 13:19:35 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 1E0EA5309; Wed, 16 Jun 2004 13:19:28 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id F221FB86C; Wed, 16 Jun 2004 13:19:27 +0200 (CEST) To: Ruslan Ermilov References: <200406150124.i5F1Ofp9084012@repoman.freebsd.org> <200406151522.i5FFMeIc001885@khavrinen.lcs.mit.edu> <20040616062409.GC20866@ip.net.ua> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 16 Jun 2004 13:19:27 +0200 In-Reply-To: <20040616062409.GC20866@ip.net.ua> (Ruslan Ermilov's message of "Wed, 16 Jun 2004 09:24:09 +0300") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: Kelly Yancey cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Garrett Wollman Subject: Re: cvs commit: src/lib/libc/sys read.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 11:20:57 -0000 Ruslan Ermilov writes: > On Tue, Jun 15, 2004 at 11:22:40AM -0400, Garrett Wollman wrote: > > Actually, it's {IOV_MAX}. > You mean you want it marked up like in POSIX, with curlies? > We still use guidelines from mdoc(7) (where is talks about > "Defined Variables"), and there are no curlies here, but we > can change the practice if strongly necessary. I failed to > find a definition of using curlies in this case in the POSIX > spec, can you point me into the right direction? Note 4 in the _Typographical Conventions_ section in the frontmatter: "Names surrounded by braces represent symbolic limits or configuration values which may be declared in appropriate headers by means of the C #define construct." Note that POSIX does not require IOV_MAX to be defined in ; if it isn't, the value of sysconf(_SC_IOV_MAX) should be used instead. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no