From da0db726f70105279ef3cfe316d3fbb8fc756c23 Mon Sep 17 00:00:00 2001 From: Robert Drehmel Date: Sun, 27 Apr 2003 21:07:27 +0000 Subject: [PATCH] Replace the return value of rfork_thread(3) in its manual page function prototype with `pid_t' to match the declaration in . --- lib/libc/gen/rfork_thread.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/rfork_thread.3 b/lib/libc/gen/rfork_thread.3 index 56e01a06469..e985e1c99e7 100644 --- a/lib/libc/gen/rfork_thread.3 +++ b/lib/libc/gen/rfork_thread.3 @@ -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