fork(2): #include <sys/types.h> is not needed.

This commit is contained in:
Jilles Tjoelker 2013-05-31 14:48:37 +00:00
parent 0fbff2deb9
commit 45100a722a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251181

View File

@ -28,7 +28,7 @@
.\" @(#)fork.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd June 4, 1993
.Dd May 31, 2013
.Dt FORK 2
.Os
.Sh NAME
@ -37,7 +37,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In unistd.h
.Ft pid_t
.Fn fork void