aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2013-02-22 18:52:59 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2013-02-22 18:52:59 -0300
commit45919335493291ef43f9b66c81a56d32a562ab5a (patch)
tree92fc851acdee953defff72561a2151969bcdaa8d /doc/src
parentf03a779751f6fc8dc87628d021510c4ec9e1e667 (diff)
downloadpostgresql-45919335493291ef43f9b66c81a56d32a562ab5a.tar.gz
postgresql-45919335493291ef43f9b66c81a56d32a562ab5a.zip
Fix some typos and grammatical mistakes
... as well a update copyrights statements to 2013. Noted by Thom Brown and Peter Geoghegan
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pg_xlogdump.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/pg_xlogdump.sgml b/doc/src/sgml/pg_xlogdump.sgml
index 15bdfbb46c7..0f291413428 100644
--- a/doc/src/sgml/pg_xlogdump.sgml
+++ b/doc/src/sgml/pg_xlogdump.sgml
@@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_xlogdump.sgml
PostgreSQL documentation
-->
-<refentry id="pg_xlogdump">
+<refentry id="pgxlogdump">
<refmeta>
<refentrytitle><application>pg_xlogdump</application></refentrytitle>
<manvolnum>1</manvolnum>
@@ -15,7 +15,7 @@ PostgreSQL documentation
<refpurpose>Display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
</refnamediv>
- <indexterm zone="pg_xlogdump">
+ <indexterm zone="pgxlogdump">
<primary>pg_xlogdump</primary>
</indexterm>
@@ -32,7 +32,7 @@ PostgreSQL documentation
<refsect1 id="R1-APP-PGXLOGDUMP-1">
<title>Description</title>
<para>
- <command>pg_xlogdump</command> display the write-ahead log (WAL) and is mainly
+ <command>pg_xlogdump</command> displays the write-ahead log (WAL) and is mainly
useful for debugging or educational purposes.
</para>
@@ -198,8 +198,8 @@ PostgreSQL documentation
<title>See Also</title>
<simplelist type="inline">
- <member><xref linkend="wal"></member>
+ <member><xref linkend="wal-internals"></member>
</simplelist>
- </rfsect1>
+ </refsect1>
</refentry>