Skip to content

Commit fffef1f

Browse files
committed
Fix typos
1 parent 550e3fb commit fffef1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/dev_guide/internals/box_protocol.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ Graceful shutdown protocol
10831083
Since :doc:`2.10.0 </release/2.10.0>`.
10841084

10851085
The protocol uses the event subscription system.
1086-
For more information about it, see :ref:`box.shutdown <bsystem-events_box-shutdown>`
1086+
For more information about it, see :ref:`box.shutdown <system-events_box-shutdown>`
10871087
and :ref:`reference for the event watchers <box-watchers>`.
10881088

10891089
The shutdown protocol works in the following way:
@@ -1103,8 +1103,8 @@ The shutdown protocol works in the following way:
11031103

11041104
#. After all connections are closed, the server will be stopped.
11051105
Otherwise, a timeout occurs, and the Tarantool exits immediately.
1106-
1107-
You can set up the required timeout with the :ref:`set_on_shutdown_timeout() <box_ctl-on_shutdown_timeout>` function.
1106+
You can set up the required timeout with the
1107+
:ref:`set_on_shutdown_timeout() <box_ctl-on_shutdown_timeout>` function.
11081108

11091109
.. _box_protocol-responses:
11101110

doc/reference/reference_lua/net_box.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ On this diagram:
7575

7676
* The state changes to the ``graceful_shutdown`` state when the state machine
7777
receives a :ref:`box.shutdown <system-events_box-shutdown>` event from the remote host
78-
(see :ref:`<net_box-on_shutdown>`).
78+
(see :ref:`conn:on_shutdown() <net_box-on_shutdown>`).
7979
Once all pending requests are completed, the state machine switches to the ``error`` (``error_reconnect``) state.
8080

8181
* The transport goes to the ``error`` state in case of an error.

0 commit comments

Comments
 (0)