aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-09-18 15:03:18 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-09-18 15:03:18 +0000
commit75858188282a78e1627579b18b78e5091bcee4fb (patch)
treec22c142a8a278201dfeb51acfc55276928128bb6 /contrib/telnet
parenta3a57e81b364323a7313d5fab9bf581622dc3d6f (diff)
downloadsrc-75858188282a78e1627579b18b78e5091bcee4fb.tar.gz
src-75858188282a78e1627579b18b78e5091bcee4fb.zip
o Mention .telnetrc DEFAULT keyword.
PR: bin/100496 (sort of) Obtained from: NetBSD, heas@netbsd MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=162402
Diffstat (limited to 'contrib/telnet')
-rw-r--r--contrib/telnet/telnet/telnet.19
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/telnet/telnet/telnet.1 b/contrib/telnet/telnet/telnet.1
index 2e0181cb224d..d4d1a612b5e2 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