Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fb9bc5d

Browse files
committed
Fix typos in docs, some words were doubled.
Thom Brown
1 parent c94b43c commit fb9bc5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/src/sgml/earthdistance.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<entry><function>sec_to_gc(float8)</function></entry>
8080
<entry><type>float8</type></entry>
8181
<entry>Converts the normal straight line
82-
(secant) distance between between two points on the surface of the Earth
82+
(secant) distance between two points on the surface of the Earth
8383
to the great circle distance between them.
8484
</entry>
8585
</row>

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,7 +2451,7 @@ make MAX_CONNECTIONS=5 check
24512451
distribution tarball, you will also need Flex (GNU lex) and Bison
24522452
(GNU yacc). We also recommend making sure you are fairly
24532453
up-to-date on HP patches. At a minimum, if you are building 64
2454-
bit binaries on on HP-UX 11.11 you may need PHSS_30966 (11.11) or a
2454+
bit binaries on HP-UX 11.11 you may need PHSS_30966 (11.11) or a
24552455
successor patch otherwise <command>initdb</command> may hang:
24562456
<literallayout>
24572457
PHSS_30966 s700_800 ld(1) and linker tools cumulative patch
@@ -2700,7 +2700,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
27002700
</para>
27012701

27022702
<para>
2703-
As of UnixWare 7.1.3 and above, the GNU Make program is is the
2703+
As of UnixWare 7.1.3 and above, the GNU Make program is the
27042704
OSTK portion of the UDK CD, and is
27052705
in <filename>/usr/gnu/bin/gmake</filename>.
27062706
</para>

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
21882188
<row>
21892189
<entry>wal-buffer-write-dirty-start</entry>
21902190
<entry>()</entry>
2191-
<entry>Probe that fires when when a server process begins to write a
2191+
<entry>Probe that fires when a server process begins to write a
21922192
dirty WAL buffer because no more WAL buffer space is available.
21932193
(If this happens often, it implies that
21942194
<xref linkend="guc-wal-buffers"> is too small.)</entry>

0 commit comments

Comments
 (0)