summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2003-04-27 21:07:27 +0000
committerRobert Drehmel <robert@FreeBSD.org>2003-04-27 21:07:27 +0000
commitda0db726f70105279ef3cfe316d3fbb8fc756c23 (patch)
tree9b06f2e4ae34328d623343e5f3eb91252a274d7f /lib/libc
parentd1c2c89dd268a7a60e38b34cda99f4897f047f71 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/rfork_thread.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/rfork_thread.3 b/lib/libc/gen/rfork_thread.3
index 56e01a06469a..e985e1c99e7f 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