diff options
author | maxim <maxim@FreeBSD.org> | 2006-09-18 15:03:18 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-09-18 15:03:18 +0000 |
commit | b7da97dfc07463eb3a8eef4905414519198b9bdf (patch) | |
tree | c22c142a8a278201dfeb51acfc55276928128bb6 /contrib/telnet | |
parent | 449baf51a18176afc5f1ca75f2e9d67e4c0ea7ea (diff) | |
download | FreeBSD-src-b7da97dfc07463eb3a8eef4905414519198b9bdf.zip FreeBSD-src-b7da97dfc07463eb3a8eef4905414519198b9bdf.tar.gz |
o Mention .telnetrc DEFAULT keyword.
PR: bin/100496 (sort of)
Obtained from: NetBSD, heas@netbsd
MFC after: 3 weeks
Diffstat (limited to 'contrib/telnet')
-rw-r--r-- | contrib/telnet/telnet/telnet.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/telnet/telnet/telnet.1 b/contrib/telnet/telnet/telnet.1 index 2e0181c..d4d1a61 100644 --- a/contrib/telnet/telnet/telnet.1 +++ b/contrib/telnet/telnet/telnet.1 @@ -32,7 +32,7 @@ .\" @(#)telnet.1 8.6 (Berkeley) 6/1/94 .\" $FreeBSD$ .\" -.Dd January 27, 2000 +.Dd September 18, 2006 .Dt TELNET 1 .Os .Sh NAME @@ -640,6 +640,13 @@ without white space are the start of a machine entry. The first thing on the line is the name of the machine that is being connected to. +It may be the hostname or numeric address specified as the argument +.Ar host , +the canonical name of that string as determined by +.Xr getaddrinfo 3 , +or the string +.Dq DEFAULT +indicating all hosts. The rest of the line, and successive lines that begin with white space are assumed to be .Nm |