Fix some typos and grammatical mistakes

... as well a update copyrights statements to 2013.

Noted by Thom Brown and Peter Geoghegan
This commit is contained in:
Alvaro Herrera 2013-02-22 18:52:59 -03:00
parent f03a779751
commit 4591933549
3 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
* compat.c * compat.c
* Reimplementations of various backend functions. * Reimplementations of various backend functions.
* *
* Portions Copyright (c) 2012, PostgreSQL Global Development Group * Portions Copyright (c) 2013, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pg_xlogdump/compat.c * contrib/pg_xlogdump/compat.c

View File

@ -2,7 +2,7 @@
* *
* pg_xlogdump.c - decode and display WAL * pg_xlogdump.c - decode and display WAL
* *
* Copyright (c) 2012, PostgreSQL Global Development Group * Copyright (c) 2013, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pg_xlogdump/pg_xlogdump.c * contrib/pg_xlogdump/pg_xlogdump.c

View File

@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_xlogdump.sgml
PostgreSQL documentation PostgreSQL documentation
--> -->
<refentry id="pg_xlogdump"> <refentry id="pgxlogdump">
<refmeta> <refmeta>
<refentrytitle><application>pg_xlogdump</application></refentrytitle> <refentrytitle><application>pg_xlogdump</application></refentrytitle>
<manvolnum>1</manvolnum> <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> <refpurpose>Display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
</refnamediv> </refnamediv>
<indexterm zone="pg_xlogdump"> <indexterm zone="pgxlogdump">
<primary>pg_xlogdump</primary> <primary>pg_xlogdump</primary>
</indexterm> </indexterm>
@ -32,7 +32,7 @@ PostgreSQL documentation
<refsect1 id="R1-APP-PGXLOGDUMP-1"> <refsect1 id="R1-APP-PGXLOGDUMP-1">
<title>Description</title> <title>Description</title>
<para> <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. useful for debugging or educational purposes.
</para> </para>
@ -198,8 +198,8 @@ PostgreSQL documentation
<title>See Also</title> <title>See Also</title>
<simplelist type="inline"> <simplelist type="inline">
<member><xref linkend="wal"></member> <member><xref linkend="wal-internals"></member>
</simplelist> </simplelist>
</rfsect1> </refsect1>
</refentry> </refentry>