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/exits.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/man3/exits.3') diff --git a/man/man3/exits.3 b/man/man3/exits.3 index c242cb0e..c5fcf9e1 100644 --- a/man/man3/exits.3 +++ b/man/man3/exits.3 @@ -33,7 +33,7 @@ explanation of the reason for exiting, or a null pointer or empty string to indicate normal termination. The string is passed to the parent process, prefixed by the name and process id of the exiting process, when the parent does a -.IR wait (2). +.IR wait (3). .PP Before calling .I _exits @@ -77,5 +77,5 @@ cancels a previous registration of an exit function. .SH SOURCE .B /sys/src/libc/port/atexit.c .SH "SEE ALSO" -.IR fork (2), -.IR wait (2) +.IR fork (3), +.IR wait (3) -- cgit v1.2.3