geoloc

Small C program to get geolocation info from ipapi.co
git clone https://git.e1e0.net/geoloc.git
Log | Files | Refs | README | LICENSE

commit 51748ca491f70f795248b92a31bc8f9e0942a436
parent 550e25e32cb5a4b4084ee14a4cc81114fe9374d0
Author: Paco Esteban <paco@onna.be>
Date:   Wed, 24 Jul 2019 17:29:41 +0200

spell check for man page

Diffstat:
MMakefile | 3+++
Ageoloc.1.words | 9+++++++++
Mgeoloc.in.1 | 2+-
3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -19,6 +19,9 @@ install: all geoloc: geoloc.o $(CC) -o geoloc geoloc.o $(LIBS) +geoloc.1: geoloc.1.words + .in.1.1: mandoc -Tlint -Wstyle $< + test -z `demandoc -w $< | spell -b +$@.words` cp -f $< $@ diff --git a/geoloc.1.words b/geoloc.1.words @@ -0,0 +1,9 @@ +Esteban +GEOLOC +geolocation +https +IP +ipapi.co +IPv4 +IPv6 +onna.be diff --git a/geoloc.in.1 b/geoloc.in.1 @@ -14,7 +14,7 @@ uses .Lk https://ipapi.co/ to get geolocation information about the provided -.Ar ip +.Ar ip . It accepts IPv4 or IPv6 addresses. .Pp Its arguments are as follows: