summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/printf.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1/printf.1')
-rw-r--r--usr/src/man/man1/printf.128
1 files changed, 19 insertions, 9 deletions
diff --git a/usr/src/man/man1/printf.1 b/usr/src/man/man1/printf.1
index 113b72d84d..4ccf720d19 100644
--- a/usr/src/man/man1/printf.1
+++ b/usr/src/man/man1/printf.1
@@ -80,7 +80,7 @@ The following operands are supported by \fB/usr/bin/printf\fR:
.RS 12n
A string describing the format to use to write the remaining operands. The
\fIformat\fR operand is used as the \fIformat\fR string described on the
-\fBformats\fR(5) manual page, with the following exceptions:
+\fBformats\fR(7) manual page, with the following exceptions:
.RS +4
.TP
.ie t \(bu
@@ -100,7 +100,7 @@ A character in the format string is treated as a character, not as a
.TP
.ie t \(bu
.el o
-In addition to the escape sequences described on the \fBformats\fR(5) manual
+In addition to the escape sequences described on the \fBformats\fR(7) manual
page (\fB\e\e\fR, \fB\ea\fR, \fB\eb\fR, \fB\ef\fR, \fB\en\fR, \fB\er\fR,
\fB\et\fR, \fB\ev\fR), \fB\e\fR\fIddd\fR, where \fIddd\fR is a one-, two- or
three-digit octal number, is written as a byte with the numeric value specified
@@ -154,7 +154,7 @@ The following backslash-escape sequences are supported:
.TP
.ie t \(bu
.el o
-the escape sequences listed on the \fBformats\fR(5) manual page (\fB\e\e\fR,
+the escape sequences listed on the \fBformats\fR(7) manual page (\fB\e\e\fR,
\fB\ea\fR, \fB\eb\fR, \fB\ef\fR, \fB\en\fR, \fB\er\fR, \fB\et\fR, \fB\ev\fR),
which are converted to the characters they represent
.RE
@@ -927,7 +927,7 @@ Sunday, 3. July, 10:02
.SH ENVIRONMENT VARIABLES
.sp
.LP
-See \fBenviron\fR(5) for descriptions of the following environment variables
+See \fBenviron\fR(7) for descriptions of the following environment variables
that affect the execution of \fBprintf\fR: \fBLANG\fR, \fBLC_ALL\fR,
\fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, \fBLC_NUMERIC\fR, and \fBNLSPATH\fR.
.SH EXIT STATUS
@@ -955,7 +955,7 @@ An error occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.SS "/usr/bin/printf"
.sp
@@ -970,7 +970,7 @@ CSI Enabled
_
Interface Stability Committed
_
-Standard See \fBstandards\fR(5).
+Standard See \fBstandards\fR(7).
.TE
.SS "ksh93"
@@ -989,9 +989,19 @@ Interface Stability Uncommitted
.SH SEE ALSO
.sp
.LP
-\fBawk\fR(1), \fBbc\fR(1), \fBdate\fR(1), \fBecho\fR(1), \fBksh93\fR(1),
-\fBprintf\fR(3C), \fBstrtod\fR(3C), \fBstrtol\fR(3C), \fBstrtoul\fR(3C),
-\fBattributes\fR(5), \fBenviron\fR(5), \fBformats\fR(5), \fBstandards\fR(5)
+.BR awk (1),
+.BR bc (1),
+.BR date (1),
+.BR echo (1),
+.BR ksh93 (1),
+.BR printf (3C),
+.BR strtod (3C),
+.BR strtol (3C),
+.BR strtoul (3C),
+.BR attributes (7),
+.BR environ (7),
+.BR formats (7),
+.BR standards (7)
.SH NOTES
.sp
.LP