From ca8cfc9846e8e932d899763f30b9b474bbd4ecb8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 1 Oct 2005 01:42:43 +0000 Subject: [PATCH] Adjust wording. --- doc/src/sgml/wal.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 38c658a049..8f96f48362 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ - + Reliability @@ -76,8 +76,8 @@ - The following sections into detail about how the Write-Ahead Log - is used to obtain efficient, reliable operation. + The following sections explain how the Write-Ahead Log is used to + obtain efficient, reliable operation.