| Summary: | nice(1) documentation incorrect | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Sean Chittenden <seanc> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | seanc |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Sean Chittenden
2001-07-14 04:10:02 UTC
Sean Chittenden <sean@chittenden.org> writes: Please wrap lines at 72 characters. Thanks. > >Description: > The nice(1) man page seems to give incorrect usage of the > command. nice --20 doesn't yield a priority of -20 (gives error > actually). nice -20 give a niceness of -20. I bet you're using csh, aren't you? csh has a 'nice' builtin with a completely differnet syntax than nice(1). If you want to use the latter's syntax (as properly described in its man page), you can reference it as `/usr/bin/nice`. Dough! Good call. I think it's time for a beer. Thanks. -sc
> Sean Chittenden <sean@chittenden.org> writes:
>
> Please wrap lines at 72 characters. Thanks.
>
> > >Description:
> > The nice(1) man page seems to give incorrect usage of the
> > command. nice --20 doesn't yield a priority of -20 (gives error
> > actually). nice -20 give a niceness of -20.
>
> I bet you're using csh, aren't you? csh has a 'nice' builtin with a
> completely differnet syntax than nice(1). If you want to use the
> latter's syntax (as properly described in its man page), you can
> reference it as `/usr/bin/nice`.
--
Sean Chittenden
State Changed From-To: open->closed Originator was not using nice(1). |