]> granicus.if.org Git - postgresql/commitdiff
Fix typos in docs, some words were doubled.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 10 Apr 2012 06:30:58 +0000 (09:30 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 10 Apr 2012 06:31:31 +0000 (09:31 +0300)
Thom Brown

doc/src/sgml/earthdistance.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/monitoring.sgml

index f9002b235b83d8e2facd9164a66db46792f6e54a..03dc38e280a61339b0f8f6554493949dc86c09c4 100644 (file)
@@ -79,7 +79,7 @@
       <entry><function>sec_to_gc(float8)</function></entry>
       <entry><type>float8</type></entry>
       <entry>Converts the normal straight line
-       (secant) distance between between two points on the surface of the Earth
+       (secant) distance between two points on the surface of the Earth
        to the great circle distance between them.
       </entry>
      </row>
index 75fb78389495a5c7baad543a7e79c21584542d7b..58767eea2f67c0ec169054858950c4a82ea052d6 100644 (file)
@@ -2451,7 +2451,7 @@ make MAX_CONNECTIONS=5 check
     distribution tarball, you will also need Flex (GNU lex) and Bison
     (GNU yacc).  We also recommend making sure you are fairly
     up-to-date on HP patches.  At a minimum, if you are building 64
-    bit binaries on on HP-UX 11.11 you may need PHSS_30966 (11.11) or a
+    bit binaries on HP-UX 11.11 you may need PHSS_30966 (11.11) or a
     successor patch otherwise <command>initdb</command> may hang:
 <literallayout>
 PHSS_30966  s700_800 ld(1) and linker tools cumulative patch
@@ -2700,7 +2700,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
     </para>
 
     <para>
-     As of UnixWare 7.1.3 and above, the GNU Make program is is the
+     As of UnixWare 7.1.3 and above, the GNU Make program is the
      OSTK portion of the UDK CD, and is
      in <filename>/usr/gnu/bin/gmake</filename>.
     </para>
index 423f9b1a9a0697ba7af01b0e5a7beec0647a2653..0eb085e2138f43d45641c5440b3582b3b4ab451b 100644 (file)
@@ -2188,7 +2188,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
     <row>
      <entry>wal-buffer-write-dirty-start</entry>
      <entry>()</entry>
-     <entry>Probe that fires when when a server process begins to write a
+     <entry>Probe that fires when a server process begins to write a
       dirty WAL buffer because no more WAL buffer space is available.
       (If this happens often, it implies that
       <xref linkend="guc-wal-buffers"> is too small.)</entry>