pause(2) v7 man page | unix.com

Man Page: pause

Operating Environment: v7

Section: 2

PAUSE(2)							System Calls Manual							  PAUSE(2)

NAME
pause - stop until signal
SYNOPSIS
pause( )
DESCRIPTION
Pause never returns normally. It is used to give up control while waiting for a signal from kill(2) or alarm(2).
SEE ALSO
kill(1), kill(2), alarm(2), signal(2), setjmp(3)
ASSEMBLER
(pause = 29.) sys pause PAUSE(2)
Related Man Pages
pause(3p) - suse
pause(3) - osf1
pause(2) - sunos
pause(3p) - posix
pause(3p) - opendarwin
Similar Topics in the Unix Linux Community
pause needed for corn shell
Any Way to pause/unpause system execution in HP-UX 11.11 and 11.23?
How to pause a shell script
How to have my ksh script pause, until something appears in the logs.?
Creating a script requiring a pause for user input