From 1f0eb5de9eb56a2eb71cc538f12861b084e7b03b Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Thu, 30 Sep 2010 17:05:15 -0400
Subject: [PATCH] Adjust pg_archivecleanup docs to match message changes made
 2010-06-17.

Erik Rijkers
---
 doc/src/sgml/pgarchivecleanup.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/pgarchivecleanup.sgml b/doc/src/sgml/pgarchivecleanup.sgml
index abe18ea465a..b07840cdc1c 100644
--- a/doc/src/sgml/pgarchivecleanup.sgml
+++ b/doc/src/sgml/pgarchivecleanup.sgml
@@ -69,9 +69,9 @@ pg_archivecleanup <optional> <replaceable>option</> ... </optional> <replaceable
 <programlisting>
 pg_archivecleanup -d archive 000000010000003700000010.00000020.backup
 
-pg_archivecleanup:  keep WAL files 000000010000003700000010 and later
-pg_archivecleanup:  removing "archive/00000001000000370000000F"
-pg_archivecleanup:  removing "archive/00000001000000370000000E"
+pg_archivecleanup:  keep WAL file "archive/000000010000003700000010" and later
+pg_archivecleanup:  removing file "archive/00000001000000370000000F"
+pg_archivecleanup:  removing file "archive/00000001000000370000000E"
 </programlisting>
    <application>pg_archivecleanup</application> assumes that
    <replaceable>archivelocation</> is a directory readable and writable by the
-- 
GitLab