summaryrefslogtreecommitdiff
path: root/bin/cat
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-15 19:06:33 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-15 19:06:33 +0000
commit63c865ac060120368ee14f28a8c335998c30210e (patch)
treed607e7485da6f4f19d9beaee554429fb9fb7e8cf /bin/cat
parent8c61563cc39621275522accfd409a13204e573f1 (diff)
remove .Tn; from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/cat.111
1 files changed, 4 insertions, 7 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index b81670d9deb..c28182f7302 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cat.1,v 1.33 2013/07/16 06:52:05 jmc Exp $
+.\" $OpenBSD: cat.1,v 1.34 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: January 15 2015 $
.Dt CAT 1
.Os
.Sh NAME
@@ -92,12 +92,9 @@ which are displayed normally.
The tab character, control-I, can be made visible via the
.Fl t
option.
-The
-.Tn DEL
-character (octal 0177) prints as
+The DEL character (octal 0177) prints as
.Ql ^? .
-.Pf Non- Ns Tn ASCII
-characters (with the high bit set) are printed as
+Non-ASCII characters (with the high bit set) are printed as
.Ql M-
(for meta) followed by the character for the low 7 bits.
.El