Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 03:08:04 -0700
From:      Samuel J.Greear <dragonk@evilcode.net>
To:        Peter Avalos <pavalos@theshell.com>, mike@freebsd.org
Cc:        freebsd-standards@freebsd.org
Subject:   Re: renice(8)
Message-ID:  <20020307101407.BC50221C82@ns1.infowest.com>
In-Reply-To: <20020307095003.GA11192@theshell.com>
References:  <20020307095003.GA11192@theshell.com>

next in thread | previous in thread | raw e-mail | index | archive | help

"%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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020307101407.BC50221C82>