diff options
Diffstat (limited to 'usr/src/man/man1/tr.1')
| -rw-r--r-- | usr/src/man/man1/tr.1 | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/usr/src/man/man1/tr.1 b/usr/src/man/man1/tr.1 index a64186b42d..62f3dce438 100644 --- a/usr/src/man/man1/tr.1 +++ b/usr/src/man/man1/tr.1 @@ -403,7 +403,7 @@ enough to extend the \fIstring2\fR-based sequence to the length of the .RE .SH USAGE -See \fBlargefile\fR(5) for the description of the behavior of \fBtr\fR when +See \fBlargefile\fR(7) for the description of the behavior of \fBtr\fR when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes). .SH EXAMPLES \fBExample 1 \fRCreating a list of words @@ -459,7 +459,7 @@ and written to \fBfile2\fR. .sp .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 \fBtr\fR: \fBLANG\fR, \fBLC_ALL\fR, \fBLC_COLLATE\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .SH EXIT STATUS @@ -483,7 +483,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 "/usr/bin/tr" .TS box; @@ -505,7 +505,7 @@ CSI Enabled _ Interface Stability Committed _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SS "/usr/xpg6/bin/tr" @@ -519,13 +519,21 @@ CSI Enabled _ Interface Stability Committed _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO -\fBed\fR(1), \fBsed\fR(1), \fBsh\fR(1), \fBtolower\fR(3C), \fBtoupper\fR(3C), -\fBascii\fR(5), \fBattributes\fR(5), \fBenviron\fR(5), \fBlargefile\fR(5), -\fBregex\fR(5), \fBstandards\fR(5) +.BR ed (1), +.BR sed (1), +.BR sh (1), +.BR tolower (3C), +.BR toupper (3C), +.BR ascii (7), +.BR attributes (7), +.BR environ (7), +.BR largefile (7), +.BR regex (7), +.BR standards (7) .SH NOTES Unlike some previous versions, \fB/usr/xpg4/bin/tr\fR correctly processes \fBNUL\fR characters in its input stream. \fBNUL\fR characters can be stripped |
