diff --git a/xml/ha_configuring_resources.xml b/xml/ha_configuring_resources.xml
index 85b339d6..10976faa 100644
--- a/xml/ha_configuring_resources.xml
+++ b/xml/ha_configuring_resources.xml
@@ -1216,7 +1216,7 @@
Log in as &rootuser; and start the crm
interactive shell:
-&prompt.root;crm configure
+&prompt.root;crm
diff --git a/xml/ha_lb_haproxy.xml b/xml/ha_lb_haproxy.xml
index ff0a3f5e..16283de3 100644
--- a/xml/ha_lb_haproxy.xml
+++ b/xml/ha_lb_haproxy.xml
@@ -331,13 +331,13 @@ backend LB
Configure a new CIB:
- &prompt.root;crm configure
-&prompt.crm;cib new haproxy-config
-&prompt.crmhp;primitive haproxy systemd:haproxy \
+ &prompt.root;crm
+&prompt.crm;cib new haproxy-config
+&prompt.crmhp;primitive haproxy systemd:haproxy \
op start timeout=120 interval=0 \
op stop timeout=120 interval=0 \
op monitor timeout=100 interval=5s \
- meta target-role=Started
+ meta target-role=Started
&prompt.crmhp;primitive vip IPaddr2 \
params ip=&subnetI;.99 nic=eth0 cidr_netmask=23 broadcast=&subnetI;.255 \
op monitor interval=5s timeout=120 on-fail=restart