4.3BSD-Reno/share/man/cat1/nice.0

Compare this file to the similar file:
Show the results in this format:

NICE(1)                     UNIX Reference Manual		       NICE(1)

NNAAMMEE
     nniiccee - execute a Bourne shell command at a low scheduling

SSYYNNOOPPSSIISS
     nniiccee [--_n_u_m_b_e_r] _c_o_m_m_a_n_d [_a_r_g_u_m_e_n_t_s]

DDEESSCCRRIIPPTTIIOONN
     NNiiccee runs _c_o_m_m_a_n_d at a low priority.  (Think of low and slow).  If
     -_n_u_m_b_e_r is specified, and if it is greater than or equal to 10 (the de-
     fault), nniiccee will execute _c_o_m_m_a_n_d at that priority.  The upper bound, or
     lowest priority that nniiccee will run a command is 20.  The lower bounds or
     higher priorities (integers less than 10) can only be requested by the
     super-user.  Negative numbers are expressed as --_n_u_m_b_e_r.

     The returned exit status is the exit value from the command executed by
     nniiccee.

SSEEEE AALLSSOO
     csh(1), renice(8)

HHIISSTTOORRYY
     NNiiccee appeared in Version 6 AT&T UNIX.

BBUUGGSS
     NNiiccee is particular to sh(1).  If you use csh(1), then commands executed
     with ``&'' are automatically immune to hangup signals while in the back-
     ground.

     NNiiccee is built into csh(1) with a slightly different syntax than described
     here.  The form ``nice +10'' nices to positive nice, and ``nice -10'' can
     be used by the super-user to give a process more of the processor.