Add cross-references to rfork(2).

This commit is contained in:
John Polstra 1997-11-18 03:59:30 +00:00
parent 8f10c09860
commit 3359c58c41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31220
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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