summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/perror.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/perror.3c')
-rw-r--r--usr/src/man/man3c/perror.3c14
1 files changed, 10 insertions, 4 deletions
diff --git a/usr/src/man/man3c/perror.3c b/usr/src/man/man3c/perror.3c
index 8834c75c5f..12082a7903 100644
--- a/usr/src/man/man3c/perror.3c
+++ b/usr/src/man/man3c/perror.3c
@@ -37,7 +37,7 @@ is set when errors occur but not cleared when non-erroneous calls are made. See
.sp
.LP
In the case of multithreaded applications, the \fB-mt\fR option must be
-specified on the command line at compilation time (see \fBthreads\fR(5)). When
+specified on the command line at compilation time (see \fBthreads\fR(7)). When
the \fB-mt\fR option is specified, \fBerrno\fR becomes a macro that enables
each thread to have its own \fBerrno\fR. This \fBerrno\fR macro can be used on
either side of the assignment as though it were a variable.
@@ -49,7 +49,7 @@ Messages printed from this function are in the native language specified by the
.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
@@ -67,5 +67,11 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBIntro\fR(2), \fBfmtmsg\fR(3C), \fBgettext\fR(3C), \fBsetlocale\fR(3C),
-\fBstrerror\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5), \fBthreads\fR(5)
+.BR Intro (2),
+.BR fmtmsg (3C),
+.BR gettext (3C),
+.BR setlocale (3C),
+.BR strerror (3C),
+.BR attributes (7),
+.BR standards (7),
+.BR threads (7)