--- doc/src/sgml/ref/alter_materialized_view.sgml.orig	2013-02-19 23:00:52.091597166 +0100
+++ doc/src/sgml/ref/alter_materialized_view.sgml	2013-02-19 23:01:15.923597583 +0100
@@ -21,8 +21,7 @@
 
  <refsynopsisdiv>
 <synopsis>
-ALTER MATERIALIZED VIEW [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
-    <replaceable class="PARAMETER">action</replaceable> [, ... ]
+ALTER MATERIALIZED VIEW [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> <replaceable class="PARAMETER">action</replaceable> [, ... ]
 ALTER MATERIALIZED VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> OWNER TO <replaceable class="PARAMETER">new_owner</replaceable>
 ALTER MATERIALIZED VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RENAME TO <replaceable class="parameter">new_name</replaceable>
 ALTER MATERIALIZED VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> SET SCHEMA <replaceable class="parameter">new_schema</replaceable>
--- doc/src/sgml/ref/refresh_materialized_view.sgml.orig	2013-02-19 23:00:52.101677488 +0100
+++ doc/src/sgml/ref/refresh_materialized_view.sgml	2013-02-19 23:02:08.469596567 +0100
@@ -15,7 +15,7 @@
   <refpurpose>refresh a materialized view</refpurpose>
  </refnamediv>
 
- <indexterm zone="sql-dropmaterializedview">
+ <indexterm zone="sql-refreshmaterializedview">
   <primary>REFRESH MATERIALIZED VIEW</primary>
  </indexterm>
 
@@ -54,7 +54,7 @@
   <title>Notes</title>
 
   <para>
-   While the the default index for future
+   While the default index for future
    <xref linkend="SQL-CLUSTER">
    operations is retained, <command>REFRESH MATERIALIZED VIEW</> does not
    order the generated rows based on this property. If you want the data
