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.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- src/lib/libc/sys/wait.2 2003/01/18 11:33:17 1.22 +++ src/lib/libc/sys/wait.2 2003/04/16 13:34:57 1.23 @@ -1,4 +1,4 @@ -.\" $NetBSD: wait.2,v 1.22 2003/01/18 11:33:17 thorpej Exp $ +.\" $NetBSD: wait.2,v 1.23 2003/04/16 13:34:57 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -45,12 +45,12 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]sys/wait.h\*[Gt] +.In sys/wait.h .Ft pid_t .Fn wait "int *status" .Ft pid_t .Fn waitpid "pid_t wpid" "int *status" "int options" -.Fd #include \*[Lt]sys/resource.h\*[Gt] +.In sys/resource.h .Ft pid_t .Fn wait3 "int *status" "int options" "struct rusage *rusage" .Ft pid_t