wait.2: Remove sys/types.h from the list of required headers

wait.h is self-contained.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2022-06-30 10:23:07 -04:00
parent ec014502ee
commit b8ec0ce5b4

View File

@ -28,7 +28,7 @@
.\" @(#)wait.2 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
.Dd August 11, 2019
.Dd June 24, 2022
.Dt WAIT 2
.Os
.Sh NAME
@ -42,7 +42,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In sys/wait.h
.Ft pid_t
.Fn wait "int *status"