Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wait(2)

signal(3f)

kill(3f)

perror(3f)



WAIT(3F)                COMMAND REFERENCE                WAIT(3F)



NAME
     wait - wait for a process to terminate

SYNOPSIS
     integer function wait (status)
     integer status

DESCRIPTION
     Wait causes its caller to be suspended until a signal is
     received or one of its child processes terminates.  If any
     child has terminated since the last wait, return is
     immediate; if there are no children, return is immediate
     with an error code.

     If the returned value is positive, it is the process ID of
     the child, and status is its termination status (see
     wait(2)).  If the returned value is negative, it is the
     negation of a system error code.

FILES
     /usr/lib/libU77.a
                    f77 UTek system interface library.

RETURN VALUE
     If the returned value is positive, it is the process ID of
     the child and status is its termination status (see
     wait(2)).  If the returned value is negative, it is the
     negation of a system error code.

SEE ALSO
     wait(2), signal(3f), kill(3f), and perror(3f).
























Printed 3/13/89                                                 1



%%index%%
na:264,90;
sy:354,546;
de:900,717;
fi:1617,191;
rv:1808,366;
se:2174,206;
%%index%%000000000107

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026