summaryrefslogtreecommitdiff
path: root/man3/towupper.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/towupper.3')
-rw-r--r--man3/towupper.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/towupper.3 b/man3/towupper.3
index c34831f4..c293d93c 100644
--- a/man3/towupper.3
+++ b/man3/towupper.3
@@ -21,12 +21,12 @@ towupper \- convert a wide character to uppercase
.BI "wint_t towupper(wint_t " wc );
.fi
.SH DESCRIPTION
-The \fBtowupper\fP function is the wide-character equivalent of the
+The \fBtowupper\fP() function is the wide-character equivalent of the
\fBtoupper\fP function. If \fIwc\fP is a wide character, it is converted to
uppercase. Characters which do not have case are returned unchanged.
If \fIwc\fP is WEOF, WEOF is returned.
.SH "RETURN VALUE"
-The \fBtowupper\fP function returns the uppercase equivalent of \fIwc\fP,
+The \fBtowupper\fP() function returns the uppercase equivalent of \fIwc\fP,
or WEOF if \fIwc\fP is WEOF.
.SH "CONFORMING TO"
ISO/ANSI C, UNIX98
@@ -35,7 +35,7 @@ ISO/ANSI C, UNIX98
.BR towctrans (3),
.BR towlower (3)
.SH NOTES
-The behaviour of \fBtowupper\fP depends on the LC_CTYPE category of the
+The behaviour of \fBtowupper\fP() depends on the LC_CTYPE category of the
current locale.
.PP
This function is not very appropriate for dealing with Unicode characters,