summaryrefslogtreecommitdiffstats
path: root/man3/ecvt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ecvt.3')
-rw-r--r--man3/ecvt.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/ecvt.3 b/man3/ecvt.3
index 48e25904e..234d8f252 100644
--- a/man3/ecvt.3
+++ b/man3/ecvt.3
@@ -28,7 +28,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 ecvt (),
@@ -88,7 +88,7 @@ or
.BR fcvt ().
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -115,9 +115,9 @@ POSIX.1-2008 removes the specifications of
and
.BR fcvt (),
recommending the use of
-.BR sprintf (3)
+.MR sprintf 3
instead (though
-.BR snprintf (3)
+.MR snprintf 3
may be preferable).
.SH NOTES
.\" Linux libc4 and libc5 specified the type of
@@ -126,8 +126,8 @@ may be preferable).
.\" .IR size_t .
Not all locales use a point as the radix character ("decimal point").
.SH SEE ALSO
-.BR ecvt_r (3),
-.BR gcvt (3),
-.BR qecvt (3),
-.BR setlocale (3),
-.BR sprintf (3)
+.MR ecvt_r 3 ,
+.MR gcvt 3 ,
+.MR qecvt 3 ,
+.MR setlocale 3 ,
+.MR sprintf 3