From owner-freebsd-standards Thu Mar 7 2:14:37 2002 Delivered-To: freebsd-standards@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id 582CC37B417; Thu, 7 Mar 2002 02:14:15 -0800 (PST) Received: from there (208.186.107.222.dsl.infowest.net [208.186.107.222]) by ns1.infowest.com (Postfix) with SMTP id BC50221C82; Thu, 7 Mar 2002 03:14:07 -0700 (MST) Content-Type: text/plain; charset="iso-8859-1" From: Samuel J.Greear Organization: GetMegabits, Inc. To: Peter Avalos , mike@freebsd.org Subject: Re: renice(8) Date: Fri, 8 Mar 2002 03:08:04 -0700 X-Mailer: KMail [version 1.3] Cc: freebsd-standards@freebsd.org References: <20020307095003.GA11192@theshell.com> In-Reply-To: <20020307095003.GA11192@theshell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020307101407.BC50221C82@ns1.infowest.com> Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "%d: old nice_value %d, new nice_value %d\n" That crap has got to go. Sam On Thursday 07 March 2002 02:50 am, Peter Avalos wrote: > Please review the following patch to make renice(8) > IEEE Std 1003.1-2001 compliant. This may also be accessed at > http://www.theshell.com/~pavalos/renice.diff > > o Accept the -n option. > > o Make usage() and SYNOPSIS style(9) compliant. > > o Accept only one -g, -p, or -u option, and clarify how they affect > the interpretation of the following IDs. > > o Update the EXAMPLES section to match this new behavior. > > o Note that it is IEEE Std 1003.1-2001 compliant, but we still accept > a nice value for POLA. > > o Use __FBSDID. > > o Remove __P() usage. > > o Use static for local functions. > > o Change K&R declarations. > > o Remove register. > > o int main(int argc, char *argv[]) > > o style(9) variable declaration. > > o Allow user to specify both user names and user ids. > > o Use sysexits when appropriate. > > > --Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message