From owner-svn-src-head@FreeBSD.ORG Fri Sep 13 10:31:36 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D13BB11; Fri, 13 Sep 2013 10:31:36 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20C6A27E5; Fri, 13 Sep 2013 10:31:34 +0000 (UTC) Received: from alph.d.allbsd.org (p2049-ipbf1102funabasi.chiba.ocn.ne.jp [122.26.101.49]) (authenticated bits=128) by mail.allbsd.org (8.14.5/8.14.5) with ESMTP id r8DAVGsH054014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Sep 2013 19:31:26 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.5/8.14.5) with ESMTP id r8DAVDSC009727; Fri, 13 Sep 2013 19:31:16 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 13 Sep 2013 19:31:07 +0900 (JST) Message-Id: <20130913.193107.442415180280716069.hrs@allbsd.org> To: brde@optusnet.com.au Subject: Re: svn commit: r255486 - in head/lib/libc: gen sys From: Hiroki Sato In-Reply-To: <20130912222312.K1155@besplex.bde.org> References: <20130912.203612.1272738297998644471.hrs@allbsd.org> <5231A85E.5050802@FreeBSD.org> <20130912222312.K1155@besplex.bde.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Sep_13_19_31_07_2013_994)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mail.allbsd.org [133.31.130.32]); Fri, 13 Sep 2013 19:31:27 +0900 (JST) X-Spam-Status: No, score=-90.6 required=13.0 tests=CONTENT_TYPE_PRESENT, DIRECTOCNDYN,DYN_PBL,RCVD_IN_PBL,SPF_SOFTFAIL,USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, bdrewery@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 10:31:36 -0000 ----Security_Multipart(Fri_Sep_13_19_31_07_2013_994)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bruce Evans wrote in <20130912222312.K1155@besplex.bde.org>: br> > On 9/12/2013 6:36 AM, Hiroki Sato wrote: br> >> I think this kind of changes need a consensus because several POSIX br> >> functions use "filedes" in the specification document. r254484 by br> >> pjd was a similar change (s/type/af/ in gethostbyaddr()). br> >> br> >> In SUSv4, fdopen() uses "filedes" and openat() uses "fd", for br> >> example. Consistency throughout our manual pages is generally good. br> >> However, I also see the benefit of using the same expression as the br> >> specification even if it is inconsistent. What do you think? br> br> Does it really use "filedes"? POSIX still never uses this in the 2007 br> draft (austin-d2r.pdf). It uses "fildes" for fdopen(), but "fd" for br> fdopendir() and openat(). It still uses "fd" for posix_fadvise() and br> posix_fallocate(). I now think that the "fd"s in POSIX are just br> style bugs. The normal "fildes" had only rotted to "fd" in 2 places br> in 2001, but rotted much further in 2007. No, it was fildes, not filedes, as you pointed out. It seems that my fingers preferred "e" over "d" after "fil"... -- Hiroki ----Security_Multipart(Fri_Sep_13_19_31_07_2013_994)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iEYEABECAAYFAlIy6WsACgkQTyzT2CeTzy2nqACgxSZ9F2ZTUbfmmHSdJ6nHjAeS N9UAoLuevbIzepH36JjndEwoSKzWrBoi =u3Jw -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Sep_13_19_31_07_2013_994)----