Changed return value from int to pid_t.
This commit is contained in:
parent
eaffcffaa5
commit
8ec96af59d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue