DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦28ed7dd1d⟧ TextFile

    Length: 487 (0x1e7)
    Types: TextFile
    Notes: UNIX file
    Names: »pause.2«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man2/pause.2« 

TextFile

.ig
	@(#)pause.2	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH PAUSE 2 
.UC 4
.SH NAME
pause \- stop until signal
.SH SYNOPSIS
.B pause()
.SH DESCRIPTION
.I Pause
never returns normally.
It is used to give up control while waiting for
a signal from
.IR kill (2)
or
.IR alarm (2).
Upon termination of a signal handler started during a
.I pause,
the
.I pause
call will return.
.SH SEE ALSO
kill(1), kill(2), alarm(2), sigsys(2), signal(2), sigset(3), setjmp(3)