From b112265294d712ef55b8a18839b5f78de7cedd63 Mon Sep 17 00:00:00 2001
From: Justin Pryzby <pryzbyj@telsasoft.com>
Date: Wed, 29 Dec 2021 13:00:00 -0600
Subject: [PATCH 07/33] pg_resetxlog: see 74cf7d46a and 71e74a2f5

---
 doc/src/sgml/ref/pg_resetwal.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/ref/pg_resetwal.sgml b/doc/src/sgml/ref/pg_resetwal.sgml
index 3e4882cdc65..673f56e2935 100644
--- a/doc/src/sgml/ref/pg_resetwal.sgml
+++ b/doc/src/sgml/ref/pg_resetwal.sgml
@@ -311,7 +311,7 @@ PostgreSQL documentation
       and then multiplying by 1048576 (0x100000).  Note that the file names are in
       hexadecimal.  It is usually easiest to specify the option value in
       hexadecimal too. For example, if <filename>0007</filename> is the smallest entry
-      in <filename>pg_xact</filename>, <literal>-u 0x700000</literal> will work (five
+      in <filename>pg_xact</filename>, then <literal>-u 0x700000</literal> will work (five
       trailing zeroes provide the proper multiplier).
      </para>
     </listitem>
@@ -332,7 +332,7 @@ PostgreSQL documentation
       and then multiplying by 1048576 (0x100000).  Note that the file names are in
       hexadecimal.  It is usually easiest to specify the option value in
       hexadecimal too. For example, if <filename>0011</filename> is the largest entry
-      in <filename>pg_xact</filename>, <literal>-x 0x1200000</literal> will work (five
+      in <filename>pg_xact</filename>, then <literal>-x 0x1200000</literal> will work (five
       trailing zeroes provide the proper multiplier).
      </para>
     </listitem>
-- 
2.17.1

