summaryrefslogtreecommitdiff
path: root/lib/libc/sys/rfork.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/rfork.2')
-rw-r--r--lib/libc/sys/rfork.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 334e563d3dd..332f4dedae9 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rfork.2,v 1.10 1999/02/27 21:56:43 deraadt Exp $
+.\" $OpenBSD: rfork.2,v 1.11 1999/05/16 19:55:35 alex Exp $
.\"
.\" This manual page is taken directly from Plan9, and modified to
.\" describe the actual OpenBSD implementation. Permission for
@@ -108,10 +108,10 @@ processes under execution by a single user would be exceeded.
There is insufficient swap space for the new process.
.El
.Sh SEE ALSO
-.Xr intro 2 ,
.Xr fork 2 ,
-.Xr vfork 2 ,
-.Xr minherit 2
+.Xr intro 2 ,
+.Xr minherit 2 ,
+.Xr vfork 2
.Sh HISTORY
The
.Fn rfork