*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages -> wait (1)              
Title
Content
Arch
Section
 

WAIT(1)

Contents


NAME    [Toc]    [Back]

     wait - await process completion

SYNOPSIS    [Toc]    [Back]

     wait [pid]

DESCRIPTION    [Toc]    [Back]

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

     Available operands:

     pid     If a pid operand is specified, and it is the process
ID of a
             background child process that still exists, the wait
utility
             waits  until that process has completed and consumes
its status
             information, without consuming the  status  information of any other
 process.

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

     The wait utility exits with one of the following values:

     0        The  wait  utility was invoked with no operands and
all of the existing
 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 information
  was not available, 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  wait  contains  that
termination
     status as well.

SEE ALSO    [Toc]    [Back]

      
      
     wait(2)

STANDARDS    [Toc]    [Back]

     The   wait  command  is  expected  to  be  IEEE  Std  1003.2
(``POSIX.2'') compatible.


OpenBSD      3.6                           June      5,      1993
[ Back ]
 Similar pages
Name OS Title
wait IRIX await completion of process
wait Tru64 Awaits process completion
aio_waitcomplete FreeBSD wait for the next completion of an aio request
glfinishasyncsgix IRIX wait for completion of an asynchronous command
glpollasyncsgix IRIX poll for completion of an asynchronous command
Term::Complete IRIX Perl word completion module
csh FreeBSD C shell with file name completion and command line editing
tcsh IRIX shell with file name completion and command line editing
VkCompletionField IRIX A text input field that supports automatic name completion
tcsh FreeBSD C shell with file name completion and command line editing
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service