summaryrefslogtreecommitdiffstats
path: root/man3/gcvt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/gcvt.3')
-rw-r--r--man3/gcvt.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/gcvt.3 b/man3/gcvt.3
index 7cdaec33e..6aae0e274 100644
--- a/man3/gcvt.3
+++ b/man3/gcvt.3
@@ -23,7 +23,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 gcvt ():
@@ -45,7 +45,7 @@ The
function converts \fInumber\fP to a minimal length null-terminated
ASCII string and stores the result in \fIbuf\fP.
It produces \fIndigit\fP significant digits in either
-.BR printf (3)
+.MR printf 3
F format or E format.
.SH RETURN VALUE
The
@@ -54,7 +54,7 @@ function returns
\fIbuf\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
@@ -72,11 +72,11 @@ None.
Marked as LEGACY in POSIX.1-2001.
POSIX.1-2008 removed it,
recommending the use of
-.BR sprintf (3)
+.MR sprintf 3
instead (though
-.BR snprintf (3)
+.MR snprintf 3
may be preferable).
.SH SEE ALSO
-.BR ecvt (3),
-.BR fcvt (3),
-.BR sprintf (3)
+.MR ecvt 3 ,
+.MR fcvt 3 ,
+.MR sprintf 3