diff options
Diffstat (limited to 'lib/libc/sys/wait.2')
| -rw-r--r-- | lib/libc/sys/wait.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index f625f6ad8d4..3cacd551f40 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -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 |
