diff options
Diffstat (limited to 'usr/src/man/man3c/wcscoll.3c')
-rw-r--r-- | usr/src/man/man3c/wcscoll.3c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr/src/man/man3c/wcscoll.3c b/usr/src/man/man3c/wcscoll.3c index 6fb30aaba1..457c3984b0 100644 --- a/usr/src/man/man3c/wcscoll.3c +++ b/usr/src/man/man3c/wcscoll.3c @@ -100,7 +100,7 @@ domain of the collating sequence. The \fBwcsxfrm\fR(3C) and \fBwcscmp\fR(3C) functions should be used for sorting large lists, or when performing many comparisons on the same strings. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .TS box; c | c @@ -118,6 +118,10 @@ MT-Level MT-Safe The \fBwcscoll()\fR and \fBwcscoll_l()\fR functions are Standard. The \fBwscoll()\fR function is Committed. .SH SEE ALSO -\fBnewlocale\fR(3C), \fBsetlocale\fR(3C), \fBuselocale\fR(3C), -\fBwcscmp\fR(3C), \fBwcsxfrm\fR(3C), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR newlocale (3C), +.BR setlocale (3C), +.BR uselocale (3C), +.BR wcscmp (3C), +.BR wcsxfrm (3C), +.BR attributes (7), +.BR standards (7) |