diff options
author | 2005-06-02 07:51:37 +0000 | |
---|---|---|
committer | 2005-06-02 07:51:37 +0000 | |
commit | 1b3fb648ca881eb54d6e76e142800b07da3e785b (patch) | |
tree | 76c27ad78d738b4489f7b8afc8842707a0e5e230 /share/man/man4/pty.4 | |
parent | Remove non-emulating wsdisplays - nothing uses them. (diff) | |
download | wireguard-openbsd-1b3fb648ca881eb54d6e76e142800b07da3e785b.tar.xz wireguard-openbsd-1b3fb648ca881eb54d6e76e142800b07da3e785b.zip |
remove references to telnetd(8);
ok deraadt@
Diffstat (limited to 'share/man/man4/pty.4')
-rw-r--r-- | share/man/man4/pty.4 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index c949b70bab4..73e7b46d0a2 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pty.4,v 1.16 2004/11/25 16:41:55 jmc Exp $ +.\" $OpenBSD: pty.4,v 1.17 2005/06/02 07:51:37 jmc Exp $ .\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -151,11 +151,8 @@ is a copy of the new .Xr termios 4 structure. .Pp -This is used by -.Xr telnetd 8 -to implement TELNET "line mode" - it allows the -.Xr telnetd 8 -to detect +This is used by telnet daemons to implement TELNET "line mode", +allowing them to detect .Xr tty 4 state changes by the slave, and negotiate the appropriate TELNET protocol equivalents with the remote peer. |