commit 7e1835c3ce6d92d298d6689ffde7a972ff679742
Author: Alexander Zubkov <green@qrator.net>
Date:   Sun Oct 16 14:23:12 2022 +0200

    add documentation for "reload receive" command

diff --git a/doc/bird.sgml b/doc/bird.sgml
index 3dc1e294..132e3d20 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1201,7 +1201,7 @@ This argument can be omitted if there exists only a single instance.
 	Enable, disable or restart a given protocol instance, instances matching
 	the <cf><m/pattern/</cf> or <cf/all/ instances.
 
-	<tag><label id="cli-reload">reload [in|out] <m/name/|"<m/pattern/"|all</tag>
+	<tag><label id="cli-reload">reload [in|out|receive] <m/name/|"<m/pattern/"|all</tag>
 	Reload a given protocol instance, that means re-import routes from the
 	protocol instance and re-export preferred routes to the instance. If
 	<cf/in/ or <cf/out/ options are used, the command is restricted to one
@@ -1212,6 +1212,9 @@ This argument can be omitted if there exists only a single instance.
 	propagates the old set of routes. For example when <cf/configure soft/
 	command was used to change filters.
 
+	Re-import do not use route-refresh in BGP when <cf/import table/ is enabled.
+	To initiate a protocol-dependent reload use <cf/reload receive/.
+
 	Re-export always succeeds, but re-import is protocol-dependent and might
 	fail (for example, if BGP neighbor does not support route-refresh
 	extension). In that case, re-export is also skipped. Note that for the
