Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: An example of creeping featurism Message-ID: <5863@brl-tgr.ARPA> Date: Sat, 17-Nov-84 21:56:23 EST Article-I.D.: brl-tgr.5863 Posted: Sat Nov 17 21:56:23 1984 Date-Received: Tue, 20-Nov-84 05:40:50 EST References: <704@reed.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 7 > ... 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.