diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-30 17:44:57 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-30 17:44:57 +0000 |
commit | 18dd2259d0484e34e1b0d69f1c320dfe0659fbcb (patch) | |
tree | f731d917d0e6e47b8b199ec177b1f58ac6507fbe /bin/cat | |
parent | 11931d5cd3a18a2330f9074ce982624b57b7224b (diff) |
repairs
Diffstat (limited to 'bin/cat')
-rw-r--r-- | bin/cat/cat.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 8cd7d85a1fa..3f0d5dd0a52 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.10 1999/05/29 19:11:10 aaron Exp $ +.\" $OpenBSD: cat.1,v 1.11 1999/05/30 17:44:54 aaron Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -76,7 +76,8 @@ Control characters print as .Ql ^X for control-X. The only exception is the tab character, control-I (see the .Fl t -option). The DEL +option). The +.Tn DEL character (octal 0177) prints as .Ql ^? . .Pf Non- Ns Tn ASCII @@ -186,7 +187,8 @@ are extensions to the specification. .Sh HISTORY A .Nm -utility appeared in Version 6 AT&T UNIX. +utility appeared in +.At v6 . .Sh BUGS Because of the shell language mechanism used to perform output redirection, the command |