diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2001-10-17 15:47:38 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2001-10-17 15:47:38 +0000 |
| commit | 2032bbdcf73607fd39d7fa514a00a0d93b43836b (patch) | |
| tree | 65db6a585dca479e28377f5fc6a28c743b149239 | |
| parent | aa0abed214fa03b6d12e26281ca261a17345a49c (diff) | |
Notes
| -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 9d4f5acbb71c..4379f1e69f8c 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 |
