> ... a friend of mine needed a program to wait > for a specified process, berkeley kernels let you do this > by using kill, just kill a process with sig 0, it returns the > error status without actually doing anything. ... All UNIXes I have ever used (from 6th Ed. on) support this. It is even documented in the manual these days.