Skip to content

Commit 1889f2b

Browse files
committed
Fix
1 parent 071ba76 commit 1889f2b

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

doc/reference/reference_capi/box.rst

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

doc/reference/reference_lua/box_session/push.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ box.session.push()
1010

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

13-
.. warning::
14-
15-
**Deprecated since:** 3.0
13+
**Deprecated since** :doc:`3.0.0 </release/3.0.0>`.
1614

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

doc/reference/reference_lua/compat/box_session_push_deprecation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _compat-option-session-push-deprecation:
22

3-
box.session.push deprecation
4-
============================
3+
box.session.push() deprecation
4+
==============================
55

66
Option: ``box_session_push_deprecation``
77

0 commit comments

Comments
 (0)