summaryrefslogtreecommitdiffstats
path: root/man3/strfromd.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strfromd.3')
-rw-r--r--man3/strfromd.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/strfromd.3 b/man3/strfromd.3
index dbcb8e78a..6d9e3df43 100644
--- a/man3/strfromd.3
+++ b/man3/strfromd.3
@@ -31,7 +31,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 strfromd (),
@@ -100,7 +100,7 @@ Therefore, unlike
.BR snprintf (),
the format string does not have a length modifier character.
See
-.BR snprintf (3)
+.MR snprintf 3
for a detailed description of these conversion specifiers.
.P
The implementation conforms to the C99 standard on conversion of NaN and
@@ -150,7 +150,7 @@ Thus, a return value of
or greater means that the output was truncated.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7)
+.MR attributes 7
and the
.B POSIX Safety Concepts
section in GNU C Library manual.
@@ -226,6 +226,6 @@ strfromd(s, ssize, "%.E", 12.345e19);
.EE
.in
.SH SEE ALSO
-.BR atof (3),
-.BR snprintf (3),
-.BR strtod (3)
+.MR atof 3 ,
+.MR snprintf 3 ,
+.MR strtod 3