4.4BSD/usr/share/man/cat1/wait.0

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

WAIT(1)                      BSD Reference Manual                      WAIT(1)

NNAAMMEE
     wwaaiitt - await process completion

SSYYNNOOPPSSIISS
     wwaaiitt [_p_i_d]

DDEESSCCRRIIPPTTIIOONN
     If invoked with no arguments, the wwaaiitt utility waits until all existing
     child processes in the background have terminated.

     Available operands:

     _p_i_d     If a _p_i_d operand is specified, and it is the process ID of a
             background child process that still exists, the wwaaiitt utility
             waits until that process has completed and consumes its status
             information, without consuming the status information of any oth-
             er process.

             If a pid operand is specified that is not the process ID of a
             child background process that still exists, wwaaiitt exits without
             waiting for any processes to complete.

     The wwaaiitt utility exits with one of the following values:

     0       The wwaaiitt utility was invoked with no operands and all of the ex-
             isting background child processes have terminated, or the process
             specified by the pid operand exited normally with 0 as its exit
             status.

     >0      The specified process did not exist and its exit status informa-
             tion was not available, or the specified process existed or its
             exit status information was available, and it terminated with a
             non-zero exit status.

     If the specified process terminated abnormally due to the receipt of a
     signal, the exit status information of wwaaiitt contains that termination
     status as well.

SSTTAANNDDAARRDDSS
     The wwaaiitt command is expected to be IEEE Std1003.2 (``POSIX'') compatible.

4.4BSD                           June 5, 1993                                1