summaryrefslogtreecommitdiff
path: root/usr/src/man/man2/exit.2
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man2/exit.2')
-rw-r--r--usr/src/man/man2/exit.235
1 files changed, 25 insertions, 10 deletions
diff --git a/usr/src/man/man2/exit.2 b/usr/src/man/man2/exit.2
index c8a8989ada..02c426638c 100644
--- a/usr/src/man/man2/exit.2
+++ b/usr/src/man/man2/exit.2
@@ -238,14 +238,14 @@ accounting routine is enabled (see \fBacct\fR(2)).
.el o
An extended accounting record is written to the extended process accounting
file if the system's extended process accounting facility is enabled (see
-\fBacctadm\fR(1M)).
+\fBacctadm\fR(8)).
.RE
.RS +4
.TP
.ie t \(bu
.el o
If the current process is the last process within its task and if the system's
-extended task accounting facility is enabled (see \fBacctadm\fR(1M)), an
+extended task accounting facility is enabled (see \fBacctadm\fR(8)), an
extended accounting record is written to the extended task accounting file.
.RE
.SH RETURN VALUES
@@ -263,7 +263,7 @@ Normally applications should use \fBexit()\fR rather than \fB_exit()\fR.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -277,7 +277,7 @@ Interface Stability Committed
_
MT-Level See below.
_
-Standard See \fBstandards\fR(5).
+Standard See \fBstandards\fR(7).
.TE
.sp
@@ -286,9 +286,24 @@ The \fB_exit()\fR and \fB_Exit()\fR functions are Async-Signal-Safe.
.SH SEE ALSO
.sp
.LP
-\fBacctadm\fR(1M), \fBIntro\fR(2), \fBacct\fR(2), \fBclose\fR(2),
-\fBmemcntl\fR(2), \fBsemop\fR(2), \fBshmget\fR(2), \fBsigaction\fR(2),
-\fBtimes\fR(2), \fBwaitid\fR(2), \fBatexit\fR(3C), \fBfclose\fR(3C),
-\fBmq_close\fR(3C), \fBplock\fR(3C), \fBsignal.h\fR(3HEAD), \fBtmpfile\fR(3C),
-\fBwait\fR(3C), \fBwait3\fR(3C), \fBwaitpid\fR(3C), \fBattributes\fR(5),
-\fBstandards\fR(5)
+.BR Intro (2),
+.BR acct (2),
+.BR close (2),
+.BR memcntl (2),
+.BR semop (2),
+.BR shmget (2),
+.BR sigaction (2),
+.BR times (2),
+.BR waitid (2),
+.BR atexit (3C),
+.BR fclose (3C),
+.BR mq_close (3C),
+.BR plock (3C),
+.BR tmpfile (3C),
+.BR wait (3C),
+.BR wait3 (3C),
+.BR waitpid (3C),
+.BR signal.h (3HEAD),
+.BR attributes (7),
+.BR standards (7),
+.BR acctadm (8)