From e45edb35e1fb2b05c251c232477a55bd2428a3c2 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Mon, 30 Oct 2006 00:08:02 +0000 Subject: [PATCH] Fix typo in backup docs. Patch from Euler Taveira de Oliveira. --- doc/src/sgml/backup.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index fdfcfb7fef..250a0744b3 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -1430,7 +1430,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows Sample code for the C version of the restore_command - would be be: + would be: triggered = false; while (!NextWALFileReady() && !triggered)