From owner-svn-src-head@freebsd.org Mon Jun 4 16:01:46 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98EDDFF0E2B for ; Mon, 4 Jun 2018 16:01:46 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24B2B6F59A for ; Mon, 4 Jun 2018 16:01:46 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 692fd205-6810-11e8-afd2-4ddcc8249dd4 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 692fd205-6810-11e8-afd2-4ddcc8249dd4; Mon, 04 Jun 2018 16:00:34 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w54G0W0i034762; Mon, 4 Jun 2018 10:00:32 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1528128032.32688.218.camel@freebsd.org> Subject: Re: svn commit: r334604 - head/usr.bin/top From: Ian Lepore To: Eitan Adler , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Mon, 04 Jun 2018 10:00:32 -0600 In-Reply-To: <201806040527.w545R1UA075420@repo.freebsd.org> References: <201806040527.w545R1UA075420@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Mon, 04 Jun 2018 16:01:46 -0000 On Mon, 2018-06-04 at 05:27 +0000, Eitan Adler wrote: > Author: eadler > Date: Mon Jun  4 05:27:00 2018 > New Revision: 334604 > URL: https://svnweb.freebsd.org/changeset/base/334604 > > Log: >   top(1): some nitpicks >    >   - prefer fully spelled names to "u_long" Why? I though we preferred the u_char, u_int, u_long spellings in BSD code? (I certainly prefer them, and I thought style(9) did too, but I seem to be remembering that wrong). -- Ian