Skip to content

Commit 071ba76

Browse files
committed
Fix
1 parent d3aff62 commit 071ba76

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

doc/reference/reference_capi/box.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@
192192
193193
.. c:function:: int box_session_push(const char *data, const char *data_end)
194194
195-
**Deprecated since:** 3.0
195+
.. warning::
196+
197+
**Deprecated since:** 3.0
196198
197199
Since version :doc:`2.4.1 </release/2.4.1>`. Push MessagePack data into
198200
a session data channel -- socket, console or

doc/reference/reference_lua/box_session/push.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ box.session.push()
1010

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

13-
**Deprecated since:** 3.0
13+
.. warning::
14+
15+
**Deprecated since:** 3.0
1416

1517
Generate an out-of-band message. By "out-of-band" we mean an extra
1618
message which supplements what is passed in a network via the usual

doc/reference/reference_lua/compat/box_session_push_deprecation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ box.session.push deprecation
55

66
Option: ``box_session_push_deprecation``
77

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

1111
Old and new behavior
1212
--------------------

0 commit comments

Comments
 (0)