Deleted Added
full compact
33c33
< .\" $FreeBSD: head/usr.bin/nice/nice.1 50477 1999-08-28 01:08:13Z peter $
---
> .\" $FreeBSD: head/usr.bin/nice/nice.1 51090 1999-09-08 15:40:46Z sheldonh $
75a76,82
> .Pp
> Some shells may provide a builtin
> .Nm
> command which is similar or identical to this utility. Consult
> the
> .Xr builtin 1
> manual page.
91a99
> .Xr builtin 1 ,
103,120d110
< .Sh BUGS
< .Nm Nice
< is particular to
< .Xr sh 1 .
< If you use
< .Xr csh 1 ,
< then commands executed with ``&'' are automatically immune to hangup
< signals while in the background.
< .Pp
< .Nm Nice
< is built into
< .Xr csh 1
< with a slightly different syntax than described here. The form
< .Ql nice +10
< nices to positive nice, and
< .Ql nice \-10
< can be used
< by the super-user to give a process more of the processor.