Skip to content

Commit 8149b12

Browse files
committed
Minor fixes
1 parent c36ffc0 commit 8149b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dev_guide/internals/box_protocol.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,10 +1092,10 @@ waits for active requests to complete before closing the connections.
10921092
Once all connections are terminated, the server will be shut down.
10931093

10941094
The protocol uses the event subscription system.
1095-
That is, the feature is available if a server supports :ref:`box.shutdown <system-events_box-shutdown>` event
1095+
That is, the feature is available if the server supports the :ref:`box.shutdown <system-events_box-shutdown>` event
10961096
and ``IPROTO_WATCH``.
10971097
For more information about it, see :ref:`reference for the event watchers <box-watchers>`
1098-
and the :ref:`corresponding section <box-protocol-watchers>` in Box Protocol.
1098+
and the :ref:`corresponding section <box-protocol-watchers>` of this document.
10991099

11001100
The shutdown protocol works in the following way:
11011101

0 commit comments

Comments
 (0)