summaryrefslogtreecommitdiff
path: root/usr/src/man/man7/cancellation.7
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man7/cancellation.7')
-rw-r--r--usr/src/man/man7/cancellation.710
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man7/cancellation.7 b/usr/src/man/man7/cancellation.7
index 334df1b3dd..519755224a 100644
--- a/usr/src/man/man7/cancellation.7
+++ b/usr/src/man/man7/cancellation.7
@@ -275,7 +275,7 @@ T}
.SS "Cancel-Safe"
.LP
With the arrival of POSIX cancellation, the Cancel-Safe level has been added to
-the list of MT-Safety levels. See \fBattributes\fR(5). An application or
+the list of MT-Safety levels. See \fBattributes\fR(7). An application or
library is Cancel-Safe whenever it has arranged for cleanup handlers to restore
system or program state wherever cancellation can occur. The application or
library is specifically Deferred-Cancel-Safe when it is Cancel-Safe for threads
@@ -406,7 +406,7 @@ main()
.SH ATTRIBUTES
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -422,8 +422,8 @@ MT-Level MT-Safe
.SH SEE ALSO
.LP
\fBread\fR(2), \fBsigwait\fR(2), \fBwrite\fR(2), \fBIntro\fR(3),
-\fBcondition\fR(5), \fBpthread_cleanup_pop\fR(3C),
+\fBcondition\fR(7), \fBpthread_cleanup_pop\fR(3C),
\fBpthread_cleanup_push\fR(3C), \fBpthread_exit\fR(3C), \fBpthread_join\fR(3C),
\fBpthread_setcancelstate\fR(3C), \fBpthread_setcanceltype\fR(3C),
-\fBpthread_testcancel\fR(3C), \fBsetjmp\fR(3C), \fBattributes\fR(5),
-\fBstandards\fR(5)
+\fBpthread_testcancel\fR(3C), \fBsetjmp\fR(3C), \fBattributes\fR(7),
+\fBstandards\fR(7)