summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/rfork.22
-rw-r--r--lib/libc/sys/vfork.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 88f8144..7f160ec 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -15,7 +15,7 @@
.Lb libc
.Sh SYNOPSIS
.In unistd.h
-.Ft int
+.Ft pid_t
.Fn rfork "int flags"
.Sh DESCRIPTION
Forking, vforking or rforking are the only ways new processes are created.
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index 16a7bb9..cf57134 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -42,7 +42,7 @@
.Lb libc
.Sh SYNOPSIS
.In unistd.h
-.Ft int
+.Ft pid_t
.Fn vfork void
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud