Skip to content

Commit 6233db8

Browse files
Fix user's feedback (#3751)
1 parent 29faf2f commit 6233db8

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

doc/book/admin/modules.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installing a module from deb/rpm
3535
Follow these steps:
3636

3737
1. Install Tarantool as recommended on the
38-
`download page <https://tarantool.io/download.html>`_.
38+
`download page <https://www.tarantool.io/download>`_.
3939

4040
2. Install the module you need. Look up the module's name on
4141
`Tarantool rocks page <https://tarantool.io/rocks.html>`_ and put the prefix

doc/book/admin/troubleshoot.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ code analysis aimed at optimizing memory usage.
311311
.. _admin-troubleshoot-finalizer_yielding:
312312

313313
--------------------------------------------------------------------------------
314-
Problem: Fiber switch is forbidden in ``__gc`` metamethod
314+
Problem: Fiber switch is forbidden in '__gc' metamethod
315315
--------------------------------------------------------------------------------
316316

317317
~~~~~~~~~~~~~~~~~~~~~~~~

doc/reference/reference_lua/box_schema/user_grant.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ box.schema.user.grant()
1313
Grant :ref:`privileges <authentication-owners_privileges>` to a user or
1414
to another role.
1515

16-
:param string user-name: the name of the user.
17-
:param string privileges: 'read' or 'write' or 'execute' or 'create' or
18-
'alter' or 'drop' or a combination.
19-
:param string object-type: 'space' or 'function' or 'sequence' or 'role'.
20-
:param string object-name: name of object to grant permissions for.
21-
:param string role-name: name of role to grant to user.
22-
:param table options: ``grantor``, ``if_not_exists``.
16+
:param string user-name: the name of a user to grant privileges to
17+
:param string privileges: one or more privileges to grant to the user (for example, `read` or `read,write`)
18+
:param string object-type: a database object type to grant privileges to (for example, `space`, `role`, or `function`)
19+
:param string object-name: the name of a database object to grant privileges to
20+
:param string role-name: the name of a role to grant to the user
21+
:param table options: ``grantor``, ``if_not_exists``
2322

2423
If :samp:`'function','{object-name}'` is specified, then a _func tuple with
2524
that object-name must exist.

locale/ru/LC_MESSAGES/book/admin/modules.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ msgstr "Выполните следующие действия:"
4242

4343
msgid ""
4444
"Install Tarantool as recommended on the `download page "
45-
"<http://tarantool.org/download.html>`_."
45+
"<https://www.tarantool.io/download>`_."
4646
msgstr ""
4747
"Установите Tarantool в соответствии с рекомендациями на `странице загрузки "
48-
"<http://tarantool.org/download.html>`_."
48+
"<https://www.tarantool.io/download>`_."
4949

5050
msgid ""
5151
"Install the module you need. Look up the module's name on `Tarantool rocks "

locale/ru/LC_MESSAGES/book/admin/troubleshoot.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ msgstr ""
448448
"Если значение больше 0,01, код приложения однозначно необходимо "
449449
"проанализировать на предмет оптимизации использования памяти."
450450

451-
msgid "Problem: Fiber switch is forbidden in ``__gc`` metamethod"
451+
msgid "Problem: Fiber switch is forbidden in '__gc' metamethod"
452452
msgstr "Проблема: Переключатель файберов запрещен в метаметоде ``__gc``"
453453

454454
msgid "Problem description"

0 commit comments

Comments
 (0)