diff --git a/doc/repmgr-standby-switchover.sgml b/doc/repmgr-standby-switchover.sgml
index d7409bfd..47c60204 100644
--- a/doc/repmgr-standby-switchover.sgml
+++ b/doc/repmgr-standby-switchover.sgml
@@ -27,6 +27,71 @@
+
+ Options
+
+
+
+
+
+
+ Promote standby to primary, even if it is behind original primary
+ (original primary will be shut down in any case).
+
+
+
+
+
+
+
+
+ Check prerequisites but don't actually execute a switchover.
+
+
+
+
+
+
+
+
+
+ Ignore warnings and continue anyway.
+
+
+
+
+
+
+
+
+ Use pg_rewind to reintegrate the old primary if necessary
+ (PostgreSQL 9.5 and later).
+
+
+
+
+
+
+
+
+
+ System username for remote SSH operations (defaults to local system user).
+
+
+
+
+
+
+
+
+ Have standbys attached to the old primary follow the new primary.
+
+
+
+
+
+
+
Execution
@@ -43,8 +108,9 @@
Event notifications
- A standby_promote event notification will be generated on the new primary,
- and a node_rejoin event notification on the former primary (new standby).
+ standby_switchover and standby_promote
+ event notification will be generated for the new primary,
+ and a node_rejoin event notification for the former primary (new standby).