Skip to content

Commit

Permalink
geoip2: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent baaae4a commit 2555608
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/modules/geoip2/doc/geoip2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="geoip2_admin.xml"/>

</book>
24 changes: 12 additions & 12 deletions src/modules/geoip2/doc/geoip2_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
<!-- Module User's Guide -->

<chapter>

<title>&adminguide;</title>

<section>
<title>Overview</title>
<para>
This module allows real-time queries against the Max Mind GeoIP2
database to be performed from the config script.
This module allows real-time queries against the Max Mind GeoIP2
database to be performed from the config script.
</para>
<para>
The Max Mind GeoIP2 database is a map of IP network address assignments
The Max Mind GeoIP2 database is a map of IP network address assignments
to geographical locales that can be useful -- though approximate --
in identifying the physical location with which an IP host address
is associated on a relatively granular level.
</para>
<para>
This database itself can be obtained on a free or commercial basis
This database itself can be obtained on a free or commercial basis
from <ulink url="http://dev.maxmind.com/geoip/">
http://dev.maxmind.com/geoip/</ulink>. The
http://dev.maxmind.com/geoip/</ulink>. The
library libmaxminddb
that interfaces with the Max Mind API, as well as scripts to
automate downloading of the on-disk version are available at
Expand Down Expand Up @@ -126,7 +126,7 @@ if(geoip2_match("$si", "src")) {
</example>
</section>
</section>

<section>
<title>Functions</title>
<section>
Expand All @@ -149,7 +149,7 @@ if(geoip2_match("$si", "src"))
</programlisting>
</example>
</section>

</section>

<section>
Expand All @@ -172,13 +172,13 @@ if(geoip2_match("$si", "src"))
</example>
</section>
</section>

<section>
<title>Exported pseudo-variables</title>
<itemizedlist>
<listitem><para>
<emphasis>$gip2(pvc=&gt;key)</emphasis> - <emphasis>pvc</emphasis> is an
identifier for this query result; it is designated by the second
<emphasis>$gip2(pvc=&gt;key)</emphasis> - <emphasis>pvc</emphasis> is an
identifier for this query result; it is designated by the second
parameter of geoip2_match(). The <emphasis>key</emphasis> can be one of
the following:
</para>
Expand Down

0 comments on commit 2555608

Please sign in to comment.