home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / wait.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  611 b   |  32 lines

  1. .th WAIT I 4/9/73
  2. .sh NAME
  3. wait \*- await completion of process
  4. .sh SYNOPSIS
  5. .bd wait
  6. .sh DESCRIPTION
  7. Wait until all processes started with
  8. .bd &
  9. have completed,
  10. and report on abnormal terminations.
  11. .s3
  12. Because
  13. .it "sys wait"
  14. must be executed in the parent process,
  15. the Shell itself executes
  16. .it wait,
  17. without creating a new process.
  18. .sh "SEE ALSO"
  19. sh (I)
  20. .sh BUGS
  21. After executing
  22. .it wait
  23. you are committed to waiting until
  24. termination,
  25. because interrupts and quits are ignored
  26. by all processes concerned.
  27. The only out, if the process does not terminate,
  28. is to
  29. .it kill
  30. it from another terminal or to
  31. hang up.
  32.