summaryrefslogtreecommitdiffstats
path: root/man3/fgetws.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fgetws.3')
-rw-r--r--man3/fgetws.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/fgetws.3 b/man3/fgetws.3
index a41573b6f..fbb5213a5 100644
--- a/man3/fgetws.3
+++ b/man3/fgetws.3
@@ -29,7 +29,7 @@ The
.BR fgetws ()
function is the wide-character equivalent
of the
-.BR fgets (3)
+.MR fgets 3
function.
It reads a string of at most \fIn\-1\fP wide characters into the
wide-character array pointed to by \fIws\fP,
@@ -42,7 +42,7 @@ The programmer must ensure that there is room for at least \fIn\fP wide
characters at \fIws\fP.
.P
For a nonlocking counterpart, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
The
.BR fgetws ()
@@ -51,7 +51,7 @@ If end of stream
was already reached or if an error occurred, it returns NULL.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -76,7 +76,7 @@ category of the
current locale.
.P
In the absence of additional information passed to the
-.BR fopen (3)
+.MR fopen 3
call, it is
reasonable to expect that
.BR fgetws ()
@@ -87,5 +87,5 @@ This function is unreliable,
because it does not permit to deal properly with
null wide characters that may be present in the input.
.SH SEE ALSO
-.BR fgetwc (3),
-.BR unlocked_stdio (3)
+.MR fgetwc 3 ,
+.MR unlocked_stdio 3