summaryrefslogtreecommitdiff
path: root/net/GeoIP/patches/patch-ab
blob: 87710ff2ca444eb4f2d3491d2cf5a1636a3e30e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-ab,v 1.1 2005/10/22 21:50:59 heinz Exp $

--- man/geoiplookup.1.orig	Thu Nov 21 07:12:38 2002
+++ man/geoiplookup.1
@@ -3,23 +3,19 @@
 .SH NAME
 geoiplookup - look up country using IP Address or hostname
 .SH SYNOPSIS
-geoiplookup [-lv] <ipaddress|hostname>
+geoiplookup [-v] <ipaddress|hostname>
 .SH DESCRIPTION
 geoiplookup uses the GeoIP library and database to find the Country
 that an IP address or hostname originates from.
 .PP
 For example
 .PP
-.I geoiplookup -l 80.60.233.195
+.I geoiplookup 80.60.233.195
 .PP
-will find the Country that 80.60.233.195 originates from, in long format:
-.PP
-.I Netherlands
+will find the Country that 80.60.233.195 originates from, in the following format:
 .PP
+.I NL, Netherlands
 .SH OPTIONS
-.IP "-l"
-By default, geoiplookup returns the ISO 3166 country code.  By specifying this
-option, geoiplookup prints the long format, namely the full country name.
 .IP "-v"
 Lists the GeoIP database date and build number.
 .SH AUTHOR