diff --git a/man/hroller.rst b/man/hroller.rst
index 67181f3f800f1eca2b8037bf43f9ddabf30c8487..c381a0afe779299bf10ee0e6ed96b69ea1e7336e 100644
--- a/man/hroller.rst
+++ b/man/hroller.rst
@@ -37,6 +37,10 @@ hroller is a cluster maintenance reboot scheduler. It can calculate
 which set of nodes can be rebooted at the same time while avoiding
 having both primary and secondary nodes being rebooted at the same time.
 
+For backends that support identifying the master node (currenlty
+RAPI and LUXI), the master node is scheduled as the last node
+in the last reboot group.
+
 ALGORITHM FOR CALCULATING OFFLINE REBOOT GROUPS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -56,9 +60,6 @@ check **htools**\(7) and **hbal**\(1).
 BUGS
 ----
 
-The master node should be always the last node of the last group, or anyway
-somehow easily identifiable. Right now this is not done.
-
 Offline nodes should be ignored.
 
 If instances are online the tool should refuse to do offline rolling
@@ -73,15 +74,14 @@ should support them both with and without secondary node replacement.
 EXAMPLE
 -------
 
-Note that these examples may not for the latest version.
-
 Offline Rolling node reboot output
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 With the default options, the program shows one reboot group per line as
 a comma-separated list.
+::
 
-    $ hroller
+    $ hroller -L
     'Node Reboot Groups'
     node1.example.com,node3.example.com,node5.example.com
     node8.example.com,node6.example.com,node2.example.com