From b30da170818a823324cc0d985d5d4b2764c377b1 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 21 Jul 2000 03:13:32 +0000
Subject: [PATCH] Fix postgres -A options flags

---
 doc/src/sgml/ref/pgctl-ref.sgml    | 4 ++--
 doc/src/sgml/ref/postgres-ref.sgml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/src/sgml/ref/pgctl-ref.sgml b/doc/src/sgml/ref/pgctl-ref.sgml
index 8dfa0e7fa1b..88cb70056f6 100644
--- a/doc/src/sgml/ref/pgctl-ref.sgml
+++ b/doc/src/sgml/ref/pgctl-ref.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.4 2000/07/21 00:42:34 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.5 2000/07/21 03:13:32 momjian Exp $
 Postgres documentation
 -->
 
@@ -102,7 +102,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 	 </varlistentry>
 
 	 <varlistentry>
-	  <term>f[ast]</term>
+	  <term>fast</term>
 	  <term>f</term>
 	  <listitem>
 	   <para>
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index 98ade29ff30..2187063d696 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.9 2000/05/08 16:19:56 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.10 2000/07/21 03:13:32 momjian Exp $
 Postgres documentation
 -->
 
@@ -262,7 +262,7 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ -
 
     <variablelist>
      <varlistentry>
-      <term>-A n|r|b|Q\fIn\fP|X\fIn\fP</term>
+      <term>-A n|r|b|Q|X</term>
       <listitem>
        <para>
 	This option generates a tremendous amount of output.
-- 
GitLab