Skip to content

Commit f08a662

Browse files
committed
Elaborate review comments from @esabol
1 parent aa6b3ad commit f08a662

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

doc/functions.sgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</example>
3131

3232
<example>
33-
<title>Area of a moc object</title>
33+
<title>Area of a Multi-Order Coverage (MOC) object</title>
3434
<programlisting>
3535
<![CDATA[sql> SELECT area(smoc '0/1-3');]]>
3636
<![CDATA[ area]]>

doc/install.sgm

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<para>
88
&pgsphere; is not the part of the &postgresql; software. You can download
9-
the latest release sources from the
9+
the latest release from the
1010
<ulink url="&pgsphereurl;">&pgsphere; Releases page</ulink>.
11-
The sources can also be downloaded by cloning the repository with the
11+
The source code can also be downloaded by cloning the repository with the
1212
appropriate release tag. The master branch is intended for development
1313
use and may contain the code in a transitional state. It is not recommended
1414
for use in production.
@@ -27,7 +27,9 @@
2727
The installation script uses &pg_config; utility. Make sure that the
2828
environment variable PATH includes path to &pg_config; utility. The path
2929
to &pg_config; can be also specified in make command:
30-
make&nbsp;PG_CONFIG=/path/to/pgconfig.
30+
<programlisting>
31+
<![CDATA[shell> make PG_CONFIG=/path/to/pgconfig ...]]>
32+
</programlisting>
3133
</para>
3234

3335
<para>Unpack the downloaded archive and enter the directory:</para>
@@ -37,20 +39,20 @@
3739
</programlisting>
3840

3941
<para>
40-
Compile the code. By default, &pgsphere; is compiled with the HEALPIX
42+
Compile the code. By default, &pgsphere; is compiled with the &healpix;
4143
support.
4244
</para>
4345
<programlisting>
4446
<![CDATA[shell> make]]>
4547
</programlisting>
46-
<para>or compile without HEALPIX support:</para>
48+
<para>or compile without &healpix; support:</para>
4749
<programlisting>
4850
<![CDATA[shell> make USE_HEALPIX=0]]>
4951
</programlisting>
5052

5153
<para>
52-
Run regression tests optionally. If the &pgsphere; was compiled without
53-
HEALPIX support, USE_HEALPIX=0 should be specified in make command line.
54+
Run regression tests optionally. If &pgsphere; was compiled without &healpix;
55+
support, USE_HEALPIX=0 should be specified in make command line.
5456
</para>
5557
<programlisting>
5658
<![CDATA[shell> make test]]>
@@ -59,7 +61,8 @@
5961
<para>
6062
Install &pgsphere; files to the installation directories. The installation
6163
directories are defined by &pg_config; utility. Superuser (root) access
62-
rights may be required.
64+
rights may be required. If &pgsphere; was compiled without &healpix; support,
65+
USE_HEALPIX=0 should be added after make.
6366
</para>
6467
<programlisting>
6568
<![CDATA[shell> make install]]>
@@ -89,7 +92,7 @@
8992
</ulink>.
9093
</para>
9194

92-
<para>To get the version of installed pgSphere software:</para>
95+
<para>To get the version of installed &pgsphere; software:</para>
9396
<programlisting>
9497
<![CDATA[pgsql> SELECT pg_sphere_version();]]>
9598
</programlisting>

doc/pg_sphere.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<!ENTITY pg_ohgr "<symbol role='symbol'>&ohgr;</symbol>">
2727
<!ENTITY pg_OHgr "<symbol role='symbol'>&OHgr;</symbol>">
2828
<!ENTITY pg_pgr "<symbol role='symbol'>&pgr;</symbol>">
29+
<!ENTITY healpix "<application>HEALPix</application>">
2930
<!ENTITY pgsphere "<application>pgSphere</application>">
3031
<!ENTITY postgresql "<application>PostgreSQL</application>">
3132
<!ENTITY pg_config "<application>pg_config</application>">

0 commit comments

Comments
 (0)