diff options
Diffstat (limited to 'usr/src/man/man1/cat.1')
-rw-r--r-- | usr/src/man/man1/cat.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man1/cat.1 b/usr/src/man/man1/cat.1 index 9e5e87b715..74625cbee9 100644 --- a/usr/src/man/man1/cat.1 +++ b/usr/src/man/man1/cat.1 @@ -117,7 +117,7 @@ Buffered output is the default. Non-printing characters, with the exception of tabs, NEWLINEs and form feeds, are printed visibly. ASCII control characters (octal \fB000\fR \(mi \fB037\fR) are printed as \fB^\fR\fIn,\fR where \fIn\fR is the corresponding ASCII -character in the range octal 100 \(mi 137 (@, A, B, C, . . ., X, Y, Z, [, \e, +character in the range octal 100 \(mi 137 (@, A, B, C, ..., X, Y, Z, [, \e, ], ^, and _); the \fBDEL\fR character (octal \fB0177\fR) is printed \fB^?\fR. Other non-printable characters are printed as \fBM-\fR\fIx,\fR where \fIx\fR is the ASCII character specified by the low-order seven bits. |