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:
parent
1e6c7486d5
commit
4c135fc4b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user