summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/telnet.1
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 09:08:10 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 09:08:10 +0000
commit940de116193b0bb58e1f997e389620cdf0e3e4c9 (patch)
tree5f7900b5d12fe6e648e8ab6afa5ff5a885694498 /usr.bin/telnet/telnet.1
parent69769019608a9abf3cf9e3adf079ff14cc278787 (diff)
IPv6/IPv4 dual stack support. uses getaddrinfo() and getnameinfo()
throughout the code so please look at it with care (for auditing). XXX source routing is not available for IPv6 (even before I modify, it was not available for IPv4 anyways)
Diffstat (limited to 'usr.bin/telnet/telnet.1')
-rw-r--r--usr.bin/telnet/telnet.14
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index 21eb941c68a..4fc389c485a 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.19 1999/10/17 20:24:35 aaron Exp $
+.\" $OpenBSD: telnet.1,v 1.20 1999/12/11 09:08:09 itojun Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -1491,3 +1491,5 @@ the terminal's
.Ic eof
character is only recognized (and sent to the remote system)
when it is the first character on a line.
+.Pp
+Source routing is not supported yet for IPv6.