]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
geoip: update man page for xt_geoip_build
authorPhilip Prindeville <philipp@redfish-solutions.com>
Mon, 30 Apr 2018 00:06:04 +0000 (02:06 +0200)
committerJan Engelhardt <jengelh@inai.de>
Mon, 30 Apr 2018 07:40:54 +0000 (09:40 +0200)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
geoip/xt_geoip_build.1

index 9e64fdd509ef41bb3da95ae233da66372f9c90b5..20d75b1eb57679355df6e275d568cfb7c970448a 100644 (file)
@@ -5,7 +5,7 @@ xt_geoip_build \(em convert GeoIP.csv to packed format for xt_geoip
 .SH Syntax
 .PP
 \fI/usr/libexec/xt_geoip/\fP\fBxt_geoip_build\fP [\fB\-D\fP
-\fItarget_dir\fP] [\fIfile\fP...]
+\fItarget_dir\fP]
 .SH Description
 .PP
 xt_geoip_build is used to build packed raw representations of the range
@@ -16,7 +16,12 @@ required to be loaded into memory. The ranges in the packed database files are
 also ordered, as xt_geoip relies on this property for its bisection approach to
 work.
 .PP
-Input is processed from the listed files, or if none is given, from stdin.
+It expects to find a directory named
+.IR GeoLite2-Country-CSV_YYYYMMDD
+in the current directory, and will select the most recent if multiple
+instances are found.  The
+.IR xt_geoip_dl
+script can be used to populate this directory.
 .PP
 Since the script is usually installed to the libexec directory of the
 xtables-addons package and this is outside $PATH (on purpose), invoking the