aboutsummaryrefslogtreecommitdiff
path: root/man/man3/exits.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/exits.3')
-rw-r--r--man/man3/exits.36
1 files changed, 3 insertions, 3 deletions
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)