summaryrefslogtreecommitdiff
path: root/bin/cat/cat.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cat/cat.1')
-rw-r--r--bin/cat/cat.110
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index 7067af21c94..2cdfb4135c6 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cat.1,v 1.5 1998/09/14 22:13:34 aaron Exp $
+.\" $OpenBSD: cat.1,v 1.6 1998/11/28 03:20:31 aaron Exp $
.\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -44,13 +44,13 @@
.Nm cat
.Nd concatenate and print files
.Sh SYNOPSIS
-.Nm cat
+.Nm
.Op Fl benstuv
.Op Fl
.Op Ar
.Sh DESCRIPTION
The
-.Nm cat
+.Nm
utility reads files sequentially, writing them to the standard output.
The
.Ar file
@@ -98,7 +98,7 @@ Non-ASCII characters (with the high bit set) are printed as
.El
.Pp
The
-.Nm cat
+.Nm
utility exits 0 on success or >0 if an error occurred.
.Sh BUGS
Because of the shell language mechanism used to perform output
@@ -125,7 +125,7 @@ A
utility appeared in Version 6 AT&T UNIX.
.Sh STANDARDS
The
-.Nm cat
+.Nm
utility is compliant with the
.St -p1003.2-92
specification.