Skip to content

Commit 50e0740

Browse files
committed
Fix rst syntax
1 parent b12f6f0 commit 50e0740

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/reference/reference_lua/box_schema/user_disable.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ box.schema.user.disable()
1616
1717
.. NOTE::
1818

19-
* ``session`` - (cannot be granted to a role) if is not granted, ``IPROTO_AUTH`` always fails connection to the user, so does ``box.session.su()``
20-
* ``usage`` - (cannot be granted to a role) lets user use their privileges on database objects (e.g. read, write and alter space)
19+
* ``session`` - (cannot be granted to a role) if is not granted, ``IPROTO_AUTH`` always fails connection to the user, so does ``box.session.su()``
20+
21+
* ``usage`` - (cannot be granted to a role) lets user use their privileges on database objects (e.g. read, write and alter space)
2122

2223
For more information about revoking permissions see section :ref:`box.schema.user.revoke <box_schema-user_revoke>`.
2324

doc/reference/reference_lua/box_schema/user_enable.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ box.schema.user.enable()
1616
1717
.. NOTE::
1818

19-
* ``session`` - (cannot be granted to a role) if is not granted, ``IPROTO_AUTH`` always fails connection to the user, so does ``box.session.su()``
20-
* ``usage`` - (cannot be granted to a role) lets user use their privileges on database objects (e.g. read, write and alter space)
19+
* ``session`` - (cannot be granted to a role) if is not granted, ``IPROTO_AUTH`` always fails connection to the user, so does ``box.session.su()``
20+
21+
* ``usage`` - (cannot be granted to a role) lets user use their privileges on database objects (e.g. read, write and alter space)
2122

2223
For more information about granting permissions see section :ref:`box.schema.user.grant <box_schema-user_grant>`.
2324

0 commit comments

Comments
 (0)