Replace the return value of rfork_thread(3) in its manual page

function prototype with `pid_t' to match the declaration in
<unistd.h>.
This commit is contained in:
robert 2003-04-27 21:07:27 +00:00
parent 1e6c7486d5
commit 4c135fc4b7

View File

@ -35,7 +35,7 @@
.Lb libc
.Sh SYNOPSIS
.In unistd.h
.Ft int
.Ft pid_t
.Fn rfork_thread "int flags" "void *stack" "int (*func)(void *arg)" "void *arg"
.Sh DESCRIPTION
The