[Bug 196232] man page for nice is wrong - Possibly issues with nice as well

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 23 20:43:51 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196232

Ed Maste <emaste at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste at freebsd.org

--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
It's not clear from your report but my guess is that you're using csh/tcsh and
are thus using the built-in nice, which does not accept -n.

zsh:

% which nice
/usr/bin/nice
% nice -n 20 date
Tue Dec 23 20:41:44 UTC 2014

tcsh:

> which nice
nice: shell built-in command.
> nice -n 20 date
nice: Badly formed number.

Have a look at the builtin(1) manual page.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list