summaryrefslogtreecommitdiffstats
path: root/man3/ecvt_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ecvt_r.3')
-rw-r--r--man3/ecvt_r.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/ecvt_r.3 b/man3/ecvt_r.3
index 34e32abb7..39e5a10df 100644
--- a/man3/ecvt_r.3
+++ b/man3/ecvt_r.3
@@ -35,7 +35,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_r (),
@@ -54,25 +54,25 @@ The functions
and
.BR qfcvt_r ()
are identical to
-.BR ecvt (3),
-.BR fcvt (3),
-.BR qecvt (3),
+.MR ecvt 3 ,
+.MR fcvt 3 ,
+.MR qecvt 3 ,
and
-.BR qfcvt (3),
+.MR qfcvt 3 ,
respectively, except that they do not return their result in a static
buffer, but instead use the supplied
.I buf
of size
.IR len .
See
-.BR ecvt (3)
+.MR ecvt 3
and
-.BR qecvt (3).
+.MR qecvt 3 .
.SH RETURN VALUE
These functions return 0 on success, and \-1 otherwise.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -92,9 +92,9 @@ GNU.
.SH NOTES
These functions are obsolete.
Instead,
-.BR sprintf (3)
+.MR sprintf 3
is recommended.
.SH SEE ALSO
-.BR ecvt (3),
-.BR qecvt (3),
-.BR sprintf (3)
+.MR ecvt 3 ,
+.MR qecvt 3 ,
+.MR sprintf 3