diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-26 07:22:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-26 07:22:22 +0000 |
commit | 641ece5591f48c27f7f51b1be56c533ea70cf107 (patch) | |
tree | 747e31523ffbc77a125ab0a191533eebabd51879 /usr.bin | |
parent | 9591aac64f98f27d12dafe5664969114fe6c7501 (diff) |
stderr, not stdout
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cmp/cmp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 8c3cd3b4e75..85df2f9ed00 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cmp.1,v 1.2 1996/06/26 05:32:04 deraadt Exp $ +.\" $OpenBSD: cmp.1,v 1.3 1998/05/26 07:22:21 deraadt Exp $ .\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -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. |