From owner-freebsd-bugs Sun Mar 17 6:40:35 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 707F137B42B for ; Sun, 17 Mar 2002 06:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2HEe3p62059; Sun, 17 Mar 2002 06:40:03 -0800 (PST) (envelope-from gnats) Date: Sun, 17 Mar 2002 06:40:03 -0800 (PST) Message-Id: <200203171440.g2HEe3p62059@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Alexander S. Usov" Subject: Re[2]: bin/35929: A small bug in renice Reply-To: "Alexander S. Usov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/35929; it has been noted by GNATS. From: "Alexander S. Usov" To: "Crist J. Clark" Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re[2]: bin/35929: A small bug in renice Date: Sun, 17 Mar 2002 16:31:24 +0200 Hello Crist, Saturday, March 16, 2002, 9:40:39 PM, you wrote: >> >Description: >> renice 10 -j pid works a little strange: >> ===%renice 10 -j $$ >> 0: old priority 0, new priority 10 >> 62742: old priority 0, new priority 10 CJC> Nothing too surprising here. '-j' is not a valid flag to renice(8). It CJC> is being interpreted as an integer. atoi(3) return a value of 0 for CJC> "-j". IMHO "renice: illegal option -j" looks better :) -- Best regards, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message