From bf8a59fa013f5c705369fbe14e23ca78c4d09cb8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 11 Apr 2004 03:42:27 +0000 Subject: Rewrite page(2) references to page(3). Add description of new libmach. --- man/man3/fork.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/man3/fork.3') diff --git a/man/man3/fork.3 b/man/man3/fork.3 index 9f305fd7..e2be5b96 100644 --- a/man/man3/fork.3 +++ b/man/man3/fork.3 @@ -38,7 +38,7 @@ see .IR proc (3)), the set of rendezvous tags (see -.IR rendezvous (2)); +.IR rendezvous (3)); and open files. .I Flags is the logical OR of some subset of @@ -53,7 +53,7 @@ If set, the child process will be dissociated from the parent. Upon exit the child will leave no .B Waitmsg (see -.IR wait (2)) +.IR wait (3)) for the parent to collect. .TP .B RFNAMEG @@ -100,7 +100,7 @@ previous processes. .TP .B RFFDG If set, the invoker's file descriptor table (see -.IR intro (2)) +.IR intro (3)) is copied; otherwise the two processes share a single table. .TP @@ -111,7 +111,7 @@ Is mutually exclusive with .TP .B RFREND If set, the process will be unable to -.IR rendezvous (2) +.IR rendezvous (3) with any of its ancestors; its children will, however, be able to .B rendezvous with it. In effect, @@ -159,7 +159,7 @@ is just a call of .br .B /sys/src/libc/9sys/fork.c .SH SEE ALSO -.IR intro (2), +.IR intro (3), .IR proc (3), .SH DIAGNOSTICS These functions set -- cgit v1.2.3