diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 19:59:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 19:59:48 +0000 |
commit | a955402139ba46da5c8d7fd2cbf441b6fbfbe56b (patch) | |
tree | c68766100bfb4872be8d2b697206476191c67494 /bin/cat | |
parent | 6d45fe9c514b1daec4167375c3f4c4af329f7025 (diff) |
Use the AT&T UNIX macros.
Diffstat (limited to 'bin/cat')
-rw-r--r-- | bin/cat/cat.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 4e37568db6a..a9cfb31ef83 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.14 1999/08/16 18:40:00 aaron Exp $ +.\" $OpenBSD: cat.1,v 1.15 1999/10/17 19:59:45 aaron Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -188,7 +188,8 @@ are extensions to the specification. .Sh HISTORY A .Nm -utility appeared in Version 1 AT&T UNIX. +utility appeared in +.At v1 . .Sh BUGS Because of the shell language mechanism used to perform output redirection, the command |