2.9BSD/usr/man/cat2/pause.2

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


PAUSE(2)            UNIX Programmer's Manual             PAUSE(2)

NAME
     pause - stop until signal

SYNOPSIS
     pause()

DESCRIPTION
     _P_a_u_s_e never returns normally.  It is used to give up control
     while waiting for a signal from _k_i_l_l(2) or _a_l_a_r_m(2).

ERRORS
     _P_a_u_s_e always returns:

     [EINTR]             The call was interrupted.

SEE ALSO
     kill(1), kill(2), alarm(2), signal(2), setjmp(3)

ASSEMBLER
     (pause = 29.)
     sys pause

Printed 5/22/83                                                 1