diff --git a/doc/appendix-faq.sgml b/doc/appendix-faq.sgml
index c7dfc203..94f0b39d 100644
--- a/doc/appendix-faq.sgml
+++ b/doc/appendix-faq.sgml
@@ -126,20 +126,25 @@
+
+ Is &repmgr; required for streaming replication?
+
+ No.
+
+
+ &repmgr; (together with repmgrd) assists with
+ managing replication. It does not actually perform replication, which
+ is part of the core PostgreSQL functionality.
+
+
+
Will replication stop working if &repmgr; is uninstalled?
- No.
-
-
- &repmgr; (together with repmgrd) assist with
- managing replication. They do not actually perform replication, which
- is part of the core PostgreSQL functionality.
+ No. See preceding question.
-
-