summaryrefslogtreecommitdiffstats
path: root/man3/qecvt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/qecvt.3')
-rw-r--r--man3/qecvt.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/qecvt.3 b/man3/qecvt.3
index dda5eb92a..39a88cd0f 100644
--- a/man3/qecvt.3
+++ b/man3/qecvt.3
@@ -25,7 +25,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 qecvt (),
@@ -57,21 +57,21 @@ The functions
and
.BR qgcvt ()
are identical to
-.BR ecvt (3),
-.BR fcvt (3),
+.MR ecvt 3 ,
+.MR fcvt 3 ,
and
-.BR gcvt (3)
+.MR gcvt 3
respectively, except that they use a
.I "long double"
argument
.IR number .
See
-.BR ecvt (3)
+.MR ecvt 3
and
-.BR gcvt (3).
+.MR gcvt 3 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -101,10 +101,10 @@ SVr4, SunOS, GNU.
.P
These functions are obsolete.
Instead,
-.BR snprintf (3)
+.MR snprintf 3
is recommended.
.SH SEE ALSO
-.BR ecvt (3),
-.BR ecvt_r (3),
-.BR gcvt (3),
-.BR sprintf (3)
+.MR ecvt 3 ,
+.MR ecvt_r 3 ,
+.MR gcvt 3 ,
+.MR sprintf 3