summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/cat.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1/cat.1')
-rw-r--r--usr/src/man/man1/cat.115
1 files changed, 9 insertions, 6 deletions
diff --git a/usr/src/man/man1/cat.1 b/usr/src/man/man1/cat.1
index d32987e417..a055e007b4 100644
--- a/usr/src/man/man1/cat.1
+++ b/usr/src/man/man1/cat.1
@@ -328,7 +328,7 @@ occurrences of \fB\|\(mi\|\fR as \fIfile\fR.
.RE
.SH USAGE
-See \fBlargefile\fR(5) for the description of the behavior of \fBcat\fR when
+See \fBlargefile\fR(7) for the description of the behavior of \fBcat\fR when
encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
.SH EXAMPLES
\fBExample 1 \fRConcatenating a File
@@ -408,7 +408,7 @@ condition would be detected immediately when \fB\|\(mi\|\fR was referenced the
second time.
.SH ENVIRONMENT VARIABLES
-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 \fBcat\fR: \fBLANG\fR, \fBLC_ALL\fR,
\fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
.SH EXIT STATUS
@@ -432,7 +432,7 @@ An error occurred.
.RE
.SH ATTRIBUTES
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.SS "\fB/usr/bin/cat\fR"
.TS
@@ -445,7 +445,7 @@ CSI Enabled
_
Interface Stability Committed
_
-Standard See \fBstandards\fR(5).
+Standard See \fBstandards\fR(7).
.TE
.SS "\fBksh93\fR"
@@ -464,8 +464,11 @@ Interface Stability See below.
The \fBksh93\fR built-in binding to \fB/bin\fR and \fB/usr/bin\fR is Volatile.
The built-in interfaces are Uncommitted.
.SH SEE ALSO
-\fBtouch\fR(1), \fBattributes\fR(5), \fBenviron\fR(5), \fBlargefile\fR(5),
-\fBstandards\fR(5)
+.BR touch (1),
+.BR attributes (7),
+.BR environ (7),
+.BR largefile (7),
+.BR standards (7)
.SH NOTES
Redirecting the output of \fBcat\fR onto one of the files being read causes the
loss of the data originally in the file being read. For example,