From owner-freebsd-bugs Thu Aug 8 8:30:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80DC137B400 for ; Thu, 8 Aug 2002 08:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422CB43E3B for ; Thu, 8 Aug 2002 08:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78FU4JU056982 for ; Thu, 8 Aug 2002 08:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78FU4YI056980; Thu, 8 Aug 2002 08:30:04 -0700 (PDT) Date: Thu, 8 Aug 2002 08:30:04 -0700 (PDT) Message-Id: <200208081530.g78FU4YI056980@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: misc/41451: nice(8) don`t work as documented Reply-To: Maxim Konovalov 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 misc/41451; it has been noted by GNATS. From: Maxim Konovalov To: Andrey Kravchenko 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