summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-08-02 17:40:47 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-08-02 17:40:47 +0000
commit15b706c4516d55e2c9913a64a60844792caca06b (patch)
tree128f99e64ecb306aac3fa17dd0ef6705a5bd5c92
parent1511ec17050384e07842ce6d80189816f6233231 (diff)
Document the fact that we are compliant with 1003.2-1992, with some
extensions
-rw-r--r--bin/cat/cat.112
1 files changed, 11 insertions, 1 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index 4c9433b8e11..9bdd4b18969 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cat.1,v 1.2 1996/06/23 14:19:01 deraadt Exp $
+.\" $OpenBSD: cat.1,v 1.3 1996/08/02 17:40:46 tholo Exp $
.\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -121,3 +121,13 @@ will cause the original data in file1 to be destroyed!
A
.Nm
utility appeared in Version 6 AT&T UNIX.
+.Sh STANDARDS
+The
+.Nm cat
+utility is compliant with the
+.St -p1003.2-92
+specification.
+.Pp
+The flags
+.Op Fl benstv
+are extensions to the specification.