Module Name:    src
Committed By:   dholland
Date:           Sun Nov 20 07:05:20 UTC 2016

Modified Files:
        src/lib/libc/sys: wait.2

Log Message:
Add crossreference to fork(2) per note in PR 9627.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/sys/wait.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/wait.2
diff -u src/lib/libc/sys/wait.2:1.37 src/lib/libc/sys/wait.2:1.38
--- src/lib/libc/sys/wait.2:1.37	Thu Nov 10 17:08:31 2016
+++ src/lib/libc/sys/wait.2	Sun Nov 20 07:05:20 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wait.2,v 1.37 2016/11/10 17:08:31 christos Exp $
+.\"	$NetBSD: wait.2,v 1.38 2016/11/20 07:05:20 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -626,6 +626,7 @@ An invalid value was specified for
 .El
 .Sh SEE ALSO
 .Xr _exit 2 ,
+.Xr fork 2,
 .Xr ptrace 2 ,
 .Xr sigaction 2 ,
 .Xr siginfo 2 ,

Reply via email to