diff --git a/doc/bird.sgml b/doc/bird.sgml
index 786f124b..33f6418f 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -4443,7 +4443,8 @@ you can't use RIP on networks where maximal distance is higher than 15
hosts.
BIRD supports RIPv1 (), RIPv2 (), RIPng (), and RIP cryptographic authentication ().
+id="2080">), Triggered RIP for demand circuits (), and RIP
+cryptographic authentication ().
RIP is a very simple protocol, and it has a lot of shortcomings. Slow
convergence, big network load and inability to handle larger networks makes it
@@ -4473,6 +4474,7 @@ protocol rip [ng] [<name>] {
version 1|2;
split horizon <switch>;
poison reverse <switch>;
+ demand circuit <switch>;
check zero <switch>;
update time <number>;
timeout time <number>;
@@ -4577,6 +4579,16 @@ protocol rip [ng] [<name>] {
used. The poisoned reverse has some advantages in faster convergence,
but uses more network traffic. Default: yes.
+