From b3e668421b03b2869c0dac1be6f22a9faf753341 Mon Sep 17 00:00:00 2001 From: David Steele Date: Tue, 17 Apr 2018 20:25:42 -0400 Subject: [PATCH] Fix document update missed in e9790fd3. --- src/config/define.auto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/define.auto.c b/src/config/define.auto.c index 0c952ec87..74ca860c9 100644 --- a/src/config/define.auto.c +++ b/src/config/define.auto.c @@ -3319,9 +3319,9 @@ static ConfigDefineOptionData configDefineOptionData[] = CFGDEFDATA_OPTION_LIST "This path is used to store acknowledgements from the asynchronous archive-push process. These files are generally " "very small (zero to a few hundred bytes) so not much space is required.\n" "\n" - "The data stored in the spool path is not strictly temporary since it can and should survive a reboot. Loss of the " - "data in the spool path is not an issue. pgBackRest will simply recheck each WAL segment to ensure it is safely " - "archived." + "The data stored in the spool path is not strictly temporary since it can and should survive a reboot. However, loss " + "of the data in the spool path is not a problem. pgBackRest will simply recheck each WAL segment to ensure it is " + "safely archived." ) CFGDEFDATA_OPTION_COMMAND_LIST