diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-06-12 12:16:39 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-06-12 12:16:39 +0000 |
commit | e795d3144fe5e402b670e770673d6c6855c1c35f (patch) | |
tree | 19ee5788b706dcaa8e1c642a408338485d7f7e1a /usr.bin | |
parent | 50e865721992a3b7217020e149b7c0e13f402472 (diff) |
describe bug about faking EOF
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/write/write.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 25d5186ed72..4de8454538e 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.1,v 1.2 1996/06/26 05:44:00 deraadt Exp $ +.\" $OpenBSD: write.1,v 1.3 1998/06/12 12:16:38 d Exp $ .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -102,6 +102,16 @@ over. .Xr mesg 1 , .Xr talk 1 , .Xr who 1 +.Sh BUGS +The +.Ql EOF +message seen when the other +.Nm write +terminates, is indistinguishable from that party simply typing +.Ql EOF +to make you believe that any future messages did not come from them. +Especially messages such as: +.Dl "[1] Done rm -rf *" .Sh HISTORY A .Nm |