Added the “no children” return value for waitpid—I’d thought it was 0 and needed to look up the code to find out why my program was hanging. On that note, also added pointers to the code for wait and waitpid, since the current page only points to the syscall interface for await.