From be3e4bf9f27f8d0f28233474b9138c54b539e9f7 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Tue, 7 Nov 2023 16:52:25 -0500
Subject: [PATCH] auto

---
 notes/pbft.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/notes/pbft.md b/notes/pbft.md
index c5fd324..3503d08 100644
--- a/notes/pbft.md
+++ b/notes/pbft.md
@@ -24,10 +24,9 @@
   - performance
     - one round trip for reads
     - 2 round trips for read/write
-
-**Independent failure modes**
-- different security provisions (root passwd etc)
-- different implementations  !!
+- independent failure modes**
+  - different security provisions (root passwd etc)
+  - different implementations  !!
 
 ## Definitions
 - a **view** is a configuration of the system w/ one replica the *primary* and the others *backups*.
-- 
GitLab