aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-26 00:39:12 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-26 00:39:12 +0000
commit423bac3e47e31750d8e57798dd2ebd25c7c5907b (patch)
tree6791294fbc4119d2074bbae7c815c7343b8a76d9
parent191b38b5fa9d4a6621e996d6c2358029cef0d62c (diff)
downloadsrc-423bac3e47e31750d8e57798dd2ebd25c7c5907b.tar.gz
src-423bac3e47e31750d8e57798dd2ebd25c7c5907b.zip
"EOF of file..." is written to stderr and not stdout.
PR: 6756
Notes
Notes: svn path=/head/; revision=36385
-rw-r--r--usr.bin/cmp/cmp.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index 637b1ce97b4a..005dfd2ebd60 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cmp.1 8.1 (Berkeley) 6/6/93
-.\" $Id: cmp.1,v 1.4 1997/02/22 19:54:29 peter Exp $
+.\" $Id: cmp.1,v 1.5 1997/06/26 11:22:10 charnier Exp $
.\"
.Dd June 6, 1993
.Dt CMP 1
@@ -94,7 +94,7 @@ In the latter case, if the
.Fl s
option has not been specified,
.Nm cmp
-writes to standard output that EOF was reached in the shorter
+writes to standard error that EOF was reached in the shorter
file (before any differences were found).
.It >1
An error occurred.