Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/sys/wait.2,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/sys/wait.2,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libc/sys/wait.2 1993/08/01 07:42:00 1.2 +++ src/lib/libc/sys/wait.2 1993/10/05 16:42:40 1.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)wait.2 6.5 (Berkeley) 3/10/91 -.\" $Id: wait.2,v 1.2 1993/08/01 07:42:00 mycroft Exp $ +.\" $Id: wait.2,v 1.3 1993/10/05 16:42:40 jtc Exp $ .\" .Dd March 10, 1991 .Dt WAIT 2 @@ -46,10 +46,10 @@ .Fd #include .Ft pid_t .Fn wait "int *status" -.Fd #include -.Fd #include .Ft pid_t .Fn waitpid "pid_t wpid" "int *status" "int options" +.Fd #include +.Fd #include .Ft pid_t .Fn wait3 "int *status" "int options" "struct rusage *rusage" .Ft pid_t