Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2002 06:40:03 -0800 (PST)
From:      "Alexander S. Usov" <lex@itv.kiev.ua>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re[2]: bin/35929: A small bug in renice
Message-ID:  <200203171440.g2HEe3p62059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/35929; it has been noted by GNATS.

From: "Alexander S. Usov" <lex@itv.kiev.ua>
To: "Crist J. Clark" <cjc@FreeBSD.ORG>
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




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