From cbec5615da090faae7843c38116c0e76976d659a Mon Sep 17 00:00:00 2001 From: dondo Date: Fri, 27 Oct 2006 01:34:41 +0000 Subject: Minor typo fixes for FAQ and Trademark policy --- src/site/fml/technical-faq.fml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/site/fml') diff --git a/src/site/fml/technical-faq.fml b/src/site/fml/technical-faq.fml index 74aee55..2980ba5 100644 --- a/src/site/fml/technical-faq.fml +++ b/src/site/fml/technical-faq.fml @@ -8,8 +8,8 @@

Carbonado uses shutdown hooks to make sure that all in progress transactions are properly rolled back. If you hard-kill a process (kill -9), then the -shutdown won't get run. This can cause a problem when using BDB. In either -case, db_recover must be run to prevent future data corruption. BDB-JE is not +shutdown won't get run. This can cause a problem when using BDB, and +db_recover must be run to prevent future data corruption. BDB-JE is not affected, however, as it automatically runs recovery upon restart.

-- cgit v1.2.3