Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p7nov committed Dec 18, 2024
1 parent d3aff62 commit 071ba76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion doc/reference/reference_capi/box.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@
.. c:function:: int box_session_push(const char *data, const char *data_end)
**Deprecated since:** 3.0
.. warning::
**Deprecated since:** 3.0
Since version :doc:`2.4.1 </release/2.4.1>`. Push MessagePack data into
a session data channel -- socket, console or
Expand Down
4 changes: 3 additions & 1 deletion doc/reference/reference_lua/box_session/push.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ box.session.push()

.. function:: box.session.push(message [, sync])

**Deprecated since:** 3.0
.. warning::

**Deprecated since:** 3.0

Generate an out-of-band message. By "out-of-band" we mean an extra
message which supplements what is passed in a network via the usual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ box.session.push deprecation

Option: ``box_session_push_deprecation``

Starting from version 3.0, Lua API function :ref:`box.session.push()`
and C API function :ref:`box_session_push()` are deprecated.
Starting from version 3.0, Lua API function :ref:`box.session.push() <box_session-push>`
and C API function :ref:`box_session_push() <box_box_session_push>` are deprecated.

Old and new behavior
--------------------
Expand Down

0 comments on commit 071ba76

Please sign in to comment.