91f39de892
ok ian
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
$OpenBSD: patch-man_geoiplookup_1,v 1.3 2008/02/01 21:56:34 sthen Exp $
|
|
--- man/geoiplookup.1.orig Thu Aug 16 00:09:29 2007
|
|
+++ man/geoiplookup.1 Thu Jan 31 00:10:08 2008
|
|
@@ -3,17 +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:
|
|
+will find the Country that 80.60.233.195 originates from:
|
|
.PP
|
|
+.I NL
|
|
+,
|
|
.I Netherlands
|
|
.PP
|
|
.SH OPTIONS
|
|
@@ -21,9 +23,6 @@ will find the Country that 80.60.233.195 originates fr
|
|
Specify a custom path to a single GeoIP datafile.
|
|
.IP "-d"
|
|
Specify a custom directory containing GeoIP datafile(s). By default geoiplookup looks in DATADIR
|
|
-.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 date and build number for the GeoIP datafile(s).
|
|
.SH AUTHOR
|