summary refs log tree commit diff
path: root/docs/tcp_replication.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tcp_replication.md')
-rw-r--r--docs/tcp_replication.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tcp_replication.md b/docs/tcp_replication.md
index 5b26f70f88..d4f7d9ec18 100644
--- a/docs/tcp_replication.md
+++ b/docs/tcp_replication.md
@@ -175,7 +175,8 @@ client (C):
 #### POSITION (S)
 
    On receipt of a POSITION command clients should check if they have missed any
-   updates, and if so then fetch them out of band.
+   updates, and if so then fetch them out of band. Sent in response to a
+   REPLICATE command (but can happen at any time).
 
 #### ERROR (S, C)