diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 09:08:10 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 09:08:10 +0000 |
commit | 940de116193b0bb58e1f997e389620cdf0e3e4c9 (patch) | |
tree | 5f7900b5d12fe6e648e8ab6afa5ff5a885694498 /usr.bin/telnet/telnet.1 | |
parent | 69769019608a9abf3cf9e3adf079ff14cc278787 (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.1 | 4 |
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. |