diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
commit | 33f7f2e34d508785540fc8dadf2a8a7303a45e99 (patch) | |
tree | d262d8069024a25c13baa593dd2ff79fa7790371 /libexec/telnetd | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/telnetd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 687f08370e3..be5dedc4e66 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnetd.8,v 1.4 1996/04/23 03:03:50 deraadt Exp $ +.\" $OpenBSD: telnetd.8,v 1.5 1998/06/15 17:55:39 mickey Exp $ .\" $NetBSD: telnetd.8,v 1.8 1996/03/20 04:25:55 tls Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -452,7 +452,8 @@ is willing to receive an 8 bit data stream. Requests that the client handle flow control characters remotely. .It "DO ECHO" -This is not really supported, but is sent to identify a 4.2BSD +This is not really supported, but is sent to identify a +.Bx 4.2 .Xr telnet 1 client, which will improperly respond with .Dv WILL ECHO. |