From owner-freebsd-doc@FreeBSD.ORG Thu Aug 21 07:00:39 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 769C716A4BF for ; Thu, 21 Aug 2003 07:00:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1605943FDD for ; Thu, 21 Aug 2003 07:00:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7LE0cUp034684 for ; Thu, 21 Aug 2003 07:00:38 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7LE0cZd034683; Thu, 21 Aug 2003 07:00:38 -0700 (PDT) Date: Thu, 21 Aug 2003 07:00:38 -0700 (PDT) Message-Id: <200308211400.h7LE0cZd034683@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: docs/55837: nice: man pages incorrect (4.8,5.0&5.1) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 14:00:39 -0000 The following reply was made to PR docs/55837; it has been noted by GNATS. From: "Simon L. Nielsen" To: Christian Wittenhorst Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/55837: nice: man pages incorrect (4.8,5.0&5.1) Date: Thu, 21 Aug 2003 15:57:39 +0200 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.08.21 13:42:20 +0000, Christian Wittenhorst wrote: >=20 > >Number: 55837 > >Category: docs > >Synopsis: nice: man pages incorrect (4.8,5.0&5.1) > >How-To-Repeat: > yellow:/home/sysadm/wiwi% nice -n 5 date > nice: Badly formed number. Which shell are you using? Most shells have their own version of nice with different syntax than nice(1). e.g. : [simon@arthur:~] nice -n 10 echo Hello nice: Badly formed number. [simon@arthur:~] /usr/bin/nice -n 10 echo Hello Hello [simon@arthur:~] nice +10 echo Hello Hello =46rom nice(1) : Some shells may provide a builtin nice command which is similar or ide= n- tical to this utility. Consult the builtin(1) manual page. It think this is what you are seeing. --=20 Simon L. Nielsen FreeBSD Documentation Team --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/RM/Rh9pcDSc1mlERAkjaAJwJqFUfK1Yy6O5vEnaUV8tYTeEfvACgxGyR 7WAYquqJWpD90Ve14Ut74Wo= =1EMi -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY--