aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-11-18 03:59:30 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-11-18 03:59:30 +0000
commit3359c58c41acad4d517143639c6d42452656e2e2 (patch)
treebabcd239e46443f1e3263fbd901321fcbc8d5521 /lib
parent8f10c0986059a49748dd56c3555d619c59ff1213 (diff)
downloadsrc-3359c58c41acad4d517143639c6d42452656e2e2.tar.gz
src-3359c58c41acad4d517143639c6d42452656e2e2.zip
Add cross-references to rfork(2).
Notes
Notes: svn path=/head/; revision=31220
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/fork.21
-rw-r--r--lib/libc/sys/vfork.23
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index a0bb0f624d92..e3822cf39182 100644
--- a/lib/libc/sys/fork.2
+++ b/lib/libc/sys/fork.2
@@ -114,6 +114,7 @@ There is insufficient swap space for the new process.
.El
.Sh SEE ALSO
.Xr execve 2 ,
+.Xr rfork 2 ,
.Xr vfork 2 ,
.Xr wait 2
.Sh HISTORY
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index a780cbfea1f6..095f3bed7b25 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: vfork.2,v 1.8 1997/02/22 15:04:34 peter Exp $
.\"
.Dd June 4, 1993
.Dt VFORK 2
@@ -92,6 +92,7 @@ since buffered data would then be flushed twice.)
.Sh SEE ALSO
.Xr execve 2 ,
.Xr fork 2 ,
+.Xr rfork 2 ,
.Xr sigvec 2 ,
.Xr wait 2
.Sh RETURN VALUES