summaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-31 12:29:57 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-31 12:29:57 +0100
commit33152ae6d820ccf638498ddf264e011540e419a7 (patch)
treef92412949f1d46b0082f530db8ea113b8a7d7bdb /doc/sphinx
parentce443bb4d4815ac79170b81cae74fc8b8030ea54 (diff)
downloadanastasis-33152ae6d820ccf638498ddf264e011540e419a7.tar.gz
anastasis-33152ae6d820ccf638498ddf264e011540e419a7.tar.bz2
anastasis-33152ae6d820ccf638498ddf264e011540e419a7.zip
clarify documentation for #7074
Diffstat (limited to 'doc/sphinx')
-rw-r--r--doc/sphinx/reducer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/reducer.rst b/doc/sphinx/reducer.rst
index b091c1d..589ee63 100644
--- a/doc/sphinx/reducer.rst
+++ b/doc/sphinx/reducer.rst
@@ -1694,7 +1694,7 @@ that applications must all handle. States other than ``solved`` are:
**poll:**
-With a ``poll`` transition, the application indicates that it wants to wait longer for one or more of the challenges that are in state ``authentication-timeout`` to possibly complete. While technically optional, the ``timeout`` argument should really be provided to enable long-polling, for example:
+With a ``poll`` transition, the application indicates that it wants to wait longer for one or more of the challenges that are awaiting some external authentication (state ``external-instructions``) or experienced some kind of timeout (state ``authentication-timeout``) to possibly complete. While technically optional, the ``timeout`` argument should really be provided to enable long-polling, for example:
.. code-block:: json