Changed return value from int to pid_t.

This commit is contained in:
jtc 1993-12-30 19:16:46 +00:00
parent eaffcffaa5
commit 8ec96af59d
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)vfork.2 6.3 (Berkeley) 3/10/91
.\" $Id: vfork.2,v 1.3 1993/11/25 00:40:02 jtc Exp $
.\" $Id: vfork.2,v 1.4 1993/12/30 19:16:46 jtc Exp $
.\"
.Dd March 10, 1991
.Dt VFORK 2
@ -40,7 +40,7 @@
.Nd spawn new process in a virtual memory efficient way
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft int
.Ft pid_t
.Fn vfork void
.Sh DESCRIPTION
.Fn Vfork