summaryrefslogtreecommitdiff
path: root/lib/libc/sys/wait.2
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2002-04-29 01:41:43 +0000
committersimonb <simonb@NetBSD.org>2002-04-29 01:41:43 +0000
commiteb0846961ea97ec3f03c0cf2dbe77e90bfa7db6f (patch)
tree54fa6023647b3f877883bf435bb10ee0d8304b26 /lib/libc/sys/wait.2
parentcb3d9867b6eab4530daf4e261bc679b2a1859388 (diff)
Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.
Diffstat (limited to 'lib/libc/sys/wait.2')
-rw-r--r--lib/libc/sys/wait.23
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index e4fa5a4661e..405d54c96e2 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: wait.2,v 1.17 2002/02/08 01:28:23 ross Exp $
+.\" $NetBSD: wait.2,v 1.18 2002/04/29 01:41:46 simonb Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -45,7 +45,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include \*[Lt]sys/wait.h\*[Gt]
.Ft pid_t
.Fn wait "int *status"