Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 08:30:04 -0700 (PDT)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/41451: nice(8) don`t work as documented
Message-ID:  <200208081530.g78FU4YI056980@freefall.freebsd.org>

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

From: Maxim Konovalov <maxim@FreeBSD.org>
To: Andrey Kravchenko <ask@slavutich.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/41451: nice(8) don`t work as documented
Date: Thu, 8 Aug 2002 19:17:52 +0400 (MSD)

 On 08:03-0700, Aug 8, 2002, Andrey Kravchenko wrote:
 
 [...]
 > FreeBSD cvi1.slavutich.com 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 05:26:32 EEST 2002
 > >Description:
 > As nice(8) man say`s:
 >
 > EXAMPLES
 >      $ nice -n 5 date
 >      Execute utility `date' at priority 5 assuming the priority of the shell
 > then i try:
 > #nice -n 5 date
 > nice: Badly formed number.
 >
 > >How-To-Repeat:
 > nice -n 5 date
 
 Works for me:
 
 [maxim@golf maxim]$ /usr/bin/nice -n 5 date
 Thu Aug  8 19:14:36 MSD 2002
 [maxim@golf maxim]$ /usr/bin/nice -n 5 uname -a
 FreeBSD golf.macomnet.net 4.6-20020805-MACOMNET-STABLE FreeBSD
 4.6-20020805-MACOMNET-STABLE #0: Tue Aug  6 04:44:35 MSD 2002
 maxim@shy.macomnet.ru:/usr/obj/usr/src/sys/GOLF  i386
 
 I believe you are speaking about tcsh(1) which has built-in nice,
 man 1 tcsh for details. Can I close this PR?
 
 -- 
 Maxim Konovalov, maxim@FreeBSD.org
 

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?200208081530.g78FU4YI056980>