From owner-svn-src-head@FreeBSD.ORG Thu Sep 12 11:37:23 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD6FA7FF; Thu, 12 Sep 2013 11:37:23 +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 4FF712B4D; Thu, 12 Sep 2013 11:37:23 +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 r8CBb4x7000248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Sep 2013 20:37:14 +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 r8CBb3F4097196; Thu, 12 Sep 2013 20:37:03 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Thu, 12 Sep 2013 20:36:12 +0900 (JST) Message-Id: <20130912.203612.1272738297998644471.hrs@allbsd.org> To: bdrewery@FreeBSD.org Subject: Re: svn commit: r255486 - in head/lib/libc: gen sys From: Hiroki Sato In-Reply-To: <201309120053.r8C0rc7H082015@svn.freebsd.org> References: <201309120053.r8C0rc7H082015@svn.freebsd.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(Thu_Sep_12_20_36_12_2013_431)--" 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]); Thu, 12 Sep 2013 20:37:14 +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 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: Thu, 12 Sep 2013 11:37:23 -0000 ----Security_Multipart(Thu_Sep_12_20_36_12_2013_431)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bryan Drewery wrote in <201309120053.r8C0rc7H082015@svn.freebsd.org>: bd> Author: bdrewery (ports committer) bd> Date: Thu Sep 12 00:53:38 2013 bd> New Revision: 255486 bd> URL: http://svnweb.freebsd.org/changeset/base/255486 bd> bd> Log: bd> Consistently reference file descriptors as "fd". 55 other manpages bd> used "fd", while these used "d" and "filedes". bd> bd> MFC after: 1 week bd> Approved by: gjb bd> Approved by: re (delphij) I think this kind of changes need a consensus because several POSIX functions use "filedes" in the specification document. r254484 by pjd was a similar change (s/type/af/ in gethostbyaddr()). In SUSv4, fdopen() uses "filedes" and openat() uses "fd", for example. Consistency throughout our manual pages is generally good. However, I also see the benefit of using the same expression as the specification even if it is inconsistent. What do you think? -- Hiroki ----Security_Multipart(Thu_Sep_12_20_36_12_2013_431)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iEYEABECAAYFAlIxpywACgkQTyzT2CeTzy3M/wCcDMf3Q3x27Y5ZHUc++g1Q6NWf 6QUAn0Arm8IrFqddfCVW10I0R6WXoJaw =7nWS -----END PGP SIGNATURE----- ----Security_Multipart(Thu_Sep_12_20_36_12_2013_431)----