1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Use whois.example.com rather than non-existent.host in an example.

This commit is contained in:
Mike Barcroft 2001-10-17 15:47:38 +00:00
parent aa0abed214
commit 2032bbdcf7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85066

View File

@ -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