summaryrefslogtreecommitdiffstats
path: root/man3/getwchar.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getwchar.3')
-rw-r--r--man3/getwchar.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/getwchar.3 b/man3/getwchar.3
index 4dd9c16f7..6d87ce43d 100644
--- a/man3/getwchar.3
+++ b/man3/getwchar.3
@@ -26,7 +26,7 @@ Standard C library
The
.BR getwchar ()
function is the wide-character equivalent of the
-.BR getchar (3)
+.MR getchar 3
function.
It reads a wide character from
.I stdin
@@ -44,7 +44,7 @@ and returns
.BR WEOF .
.P
For a nonlocking counterpart, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
The
.BR getwchar ()
@@ -53,7 +53,7 @@ standard input, or
.BR WEOF .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -83,5 +83,5 @@ will actually
read a multibyte sequence from standard input and then
convert it to a wide character.
.SH SEE ALSO
-.BR fgetwc (3),
-.BR unlocked_stdio (3)
+.MR fgetwc 3 ,
+.MR unlocked_stdio 3