diff options
author | mike <mike@FreeBSD.org> | 2001-10-17 15:47:38 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2001-10-17 15:47:38 +0000 |
commit | 55f9dc658c438a79dee8217cfaca190cae5ec2ec (patch) | |
tree | 65db6a585dca479e28377f5fc6a28c743b149239 /usr.bin | |
parent | 4bff7137a22ef73ce48ae4069f7e819a55adbc31 (diff) | |
download | FreeBSD-src-55f9dc658c438a79dee8217cfaca190cae5ec2ec.zip FreeBSD-src-55f9dc658c438a79dee8217cfaca190cae5ec2ec.tar.gz |
Use whois.example.com rather than non-existent.host in an example.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/whois/whois.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 9d4f5ac..4379f1e 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -256,12 +256,12 @@ The following example demonstrates how to query a whois server using a non-standard port, where .Dq Li query-data is the query to be sent to -.Dq Li non-existent.host +.Dq Li whois.example.com on port .Dq Li rwhois (written numerically as 4321). .Pp -.Dl "whois -h non-existent.host -p rwhois query-data" +.Dl "whois -h whois.example.com -p rwhois query-data" .Sh SEE ALSO .Rs .%A Ken Harrenstien |