summaryrefslogtreecommitdiffstats
path: root/man3/getw.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getw.3')
-rw-r--r--man3/getw.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/getw.3 b/man3/getw.3
index e41b7d8a4..d83b40349 100644
--- a/man3/getw.3
+++ b/man3/getw.3
@@ -19,7 +19,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getw (),
@@ -37,14 +37,14 @@ Feature Test Macro Requirements for glibc (see
reads a word (that is, an \fIint\fP) from \fIstream\fP.
It's provided for compatibility with SVr4.
We recommend you use
-.BR fread (3)
+.MR fread 3
instead.
.P
.BR putw ()
writes the word \fIw\fP (that is,
an \fIint\fP) to \fIstream\fP.
It is provided for compatibility with SVr4, but we recommend you use
-.BR fwrite (3)
+.MR fwrite 3
instead.
.SH RETURN VALUE
Normally,
@@ -55,7 +55,7 @@ returns 0.
On error, they return \fBEOF\fP.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -74,11 +74,11 @@ None.
SVr4, SUSv2.
.SH BUGS
The value returned on error is also a legitimate data value.
-.BR ferror (3)
+.MR ferror 3
can be used to distinguish between the two cases.
.SH SEE ALSO
-.BR ferror (3),
-.BR fread (3),
-.BR fwrite (3),
-.BR getc (3),
-.BR putc (3)
+.MR ferror 3 ,
+.MR fread 3 ,
+.MR fwrite 3 ,
+.MR getc 3 ,
+.MR putc 3