diff --git a/doc/book/admin/modules.rst b/doc/book/admin/modules.rst index 8d24517177..addb386194 100644 --- a/doc/book/admin/modules.rst +++ b/doc/book/admin/modules.rst @@ -35,7 +35,7 @@ Installing a module from deb/rpm Follow these steps: 1. Install Tarantool as recommended on the - `download page `_. + `download page `_. 2. Install the module you need. Look up the module's name on `Tarantool rocks page `_ and put the prefix diff --git a/doc/book/admin/troubleshoot.rst b/doc/book/admin/troubleshoot.rst index f52558eba1..a084f93ab5 100644 --- a/doc/book/admin/troubleshoot.rst +++ b/doc/book/admin/troubleshoot.rst @@ -311,7 +311,7 @@ code analysis aimed at optimizing memory usage. .. _admin-troubleshoot-finalizer_yielding: -------------------------------------------------------------------------------- -Problem: Fiber switch is forbidden in ``__gc`` metamethod +Problem: Fiber switch is forbidden in '__gc' metamethod -------------------------------------------------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/reference/reference_lua/box_schema/user_grant.rst b/doc/reference/reference_lua/box_schema/user_grant.rst index 84d92b4880..54b18f80b1 100644 --- a/doc/reference/reference_lua/box_schema/user_grant.rst +++ b/doc/reference/reference_lua/box_schema/user_grant.rst @@ -13,13 +13,12 @@ box.schema.user.grant() Grant :ref:`privileges ` to a user or to another role. - :param string user-name: the name of the user. - :param string privileges: 'read' or 'write' or 'execute' or 'create' or - 'alter' or 'drop' or a combination. - :param string object-type: 'space' or 'function' or 'sequence' or 'role'. - :param string object-name: name of object to grant permissions for. - :param string role-name: name of role to grant to user. - :param table options: ``grantor``, ``if_not_exists``. + :param string user-name: the name of a user to grant privileges to + :param string privileges: one or more privileges to grant to the user (for example, `read` or `read,write`) + :param string object-type: a database object type to grant privileges to (for example, `space`, `role`, or `function`) + :param string object-name: the name of a database object to grant privileges to + :param string role-name: the name of a role to grant to the user + :param table options: ``grantor``, ``if_not_exists`` If :samp:`'function','{object-name}'` is specified, then a _func tuple with that object-name must exist. diff --git a/locale/ru/LC_MESSAGES/book/admin/modules.po b/locale/ru/LC_MESSAGES/book/admin/modules.po index edaefd9706..03712dae71 100644 --- a/locale/ru/LC_MESSAGES/book/admin/modules.po +++ b/locale/ru/LC_MESSAGES/book/admin/modules.po @@ -42,10 +42,10 @@ msgstr "Выполните следующие действия:" msgid "" "Install Tarantool as recommended on the `download page " -"`_." +"`_." msgstr "" "Установите Tarantool в соответствии с рекомендациями на `странице загрузки " -"`_." +"`_." msgid "" "Install the module you need. Look up the module's name on `Tarantool rocks " diff --git a/locale/ru/LC_MESSAGES/book/admin/troubleshoot.po b/locale/ru/LC_MESSAGES/book/admin/troubleshoot.po index 2289933057..384b943f27 100644 --- a/locale/ru/LC_MESSAGES/book/admin/troubleshoot.po +++ b/locale/ru/LC_MESSAGES/book/admin/troubleshoot.po @@ -448,7 +448,7 @@ msgstr "" "Если значение больше 0,01, код приложения однозначно необходимо " "проанализировать на предмет оптимизации использования памяти." -msgid "Problem: Fiber switch is forbidden in ``__gc`` metamethod" +msgid "Problem: Fiber switch is forbidden in '__gc' metamethod" msgstr "Проблема: Переключатель файберов запрещен в метаметоде ``__gc``" msgid "Problem description"