Skip to content

Commit ddae8e1

Browse files
committed
Add minor fixes (cfg reference)
1 parent 9159fe8 commit ddae8e1

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

doc/reference/configuration/cfg_authentication.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
Since :doc:`2.11.0 </release/2.11.0>`.
2626

27-
Specifies a period of time (in seconds) that a specific user should wait
27+
Specify a period of time (in seconds) that a specific user should wait
2828
for the next attempt after failed authentication.
2929

3030
With the configuration below, Tarantool refuses the authentication attempt if the previous
@@ -105,7 +105,7 @@
105105

106106
Since :doc:`2.11.0 </release/2.11.0>`.
107107

108-
Specifies the minimum number of characters for a password.
108+
Specify the minimum number of characters for a password.
109109

110110
The following example shows how to set the minimum password length to 10.
111111

@@ -181,7 +181,7 @@
181181

182182
Since :doc:`2.11.0 </release/2.11.0>`.
183183

184-
Specifies the maximum period of time (in days) a user can use the same password.
184+
Specify the maximum period of time (in days) a user can use the same password.
185185
When this period ends, a user gets the "Password expired" error on a login attempt.
186186
To restore access for such users, use :doc:`box.schema.user.passwd </reference/reference_lua/box_schema/user_passwd>`.
187187

@@ -207,7 +207,7 @@
207207

208208
Since :doc:`2.11.0 </release/2.11.0>`.
209209

210-
Specifies the number of unique new user passwords before an old password can be reused.
210+
Specify the number of unique new user passwords before an old password can be reused.
211211

212212
In the example below, a new password should differ from the last three passwords.
213213

doc/reference/configuration/cfg_flight_recorder.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Since :doc:`2.11.0 </release/2.11.0>`.
3838

39-
Specifies the size (in bytes) of the log storage.
39+
Specify the size (in bytes) of the log storage.
4040
You can set this option to ``0`` to disable the log storage.
4141

4242
| Type: integer
@@ -51,7 +51,7 @@
5151

5252
Since :doc:`2.11.0 </release/2.11.0>`.
5353

54-
Specifies the maximum size (in bytes) of the log message.
54+
Specify the maximum size (in bytes) of the log message.
5555
The log message is truncated if its size exceeds this limit.
5656

5757
| Type: integer
@@ -67,7 +67,7 @@
6767

6868
Since :doc:`2.11.0 </release/2.11.0>`.
6969

70-
Specifies the level of detail the log has.
70+
Specify the level of detail the log has.
7171
You can learn more about log levels from the :ref:`log_level <cfg_logging-log_level>`
7272
option description.
7373
Note that the ``flightrec_logs_log_level`` value might differ from ``log_level``.
@@ -84,7 +84,7 @@
8484

8585
Since :doc:`2.11.0 </release/2.11.0>`.
8686

87-
Specifies the time period (in seconds) that defines how long metrics are stored from the moment of dump.
87+
Specify the time period (in seconds) that defines how long metrics are stored from the moment of dump.
8888
So, this value defines how much historical metrics data is collected up to the moment of crash.
8989
The frequency of metric dumps is defined by :ref:`flightrec_metrics_interval <cfg_flightrec_metrics_interval>`.
9090

@@ -100,7 +100,7 @@
100100

101101
Since :doc:`2.11.0 </release/2.11.0>`.
102102

103-
Specifies the time interval (in seconds) that defines the frequency of dumping metrics.
103+
Specify the time interval (in seconds) that defines the frequency of dumping metrics.
104104
This value shouldn't exceed :ref:`flightrec_metrics_period <cfg_flightrec_metrics_period>`.
105105

106106
.. NOTE::
@@ -125,7 +125,7 @@
125125

126126
Since :doc:`2.11.0 </release/2.11.0>`.
127127

128-
Specifies the size (in bytes) of storage for the request and response data.
128+
Specify the size (in bytes) of storage for the request and response data.
129129
You can set this parameter to ``0`` to disable a storage of requests and responses.
130130

131131
| Type: integer
@@ -141,7 +141,7 @@
141141

142142
Since :doc:`2.11.0 </release/2.11.0>`.
143143

144-
Specifies the maximum size (in bytes) of a request entry.
144+
Specify the maximum size (in bytes) of a request entry.
145145
A request entry is truncated if this size is exceeded.
146146

147147
| Type: integer
@@ -156,7 +156,7 @@
156156

157157
Since :doc:`2.11.0 </release/2.11.0>`.
158158

159-
Specifies the maximum size (in bytes) of a response entry.
159+
Specify the maximum size (in bytes) of a response entry.
160160
A response entry is truncated if this size is exceeded.
161161

162162
| Type: integer

doc/reference/configuration/cfg_logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ application.
1717

1818
Since version 1.6.2.
1919

20-
Specifies the level of detail the :ref:`log <admin-logs>` has. There are seven levels:
20+
Specify the level of detail the :ref:`log <admin-logs>` has. There are seven levels:
2121

2222
* 1 – ``SYSERROR``
2323
* 2 – ``ERROR``

doc/reference/configuration/cfg_replication.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240

241241
Since :doc:`2.11.0 </release/2.11.0>`.
242242

243-
Specifies a strategy used to bootstrap a :ref:`replica set <replication-bootstrap>`.
243+
Specify a strategy used to bootstrap a :ref:`replica set <replication-bootstrap>`.
244244
The following strategies are available:
245245

246246
* ``auto``: a node doesn't boot if a half or more of other nodes in a replica set are not connected.
@@ -291,7 +291,7 @@
291291

292292
This option is in effect if :ref:`bootstrap_strategy <cfg_replication-bootstrap_strategy>` is set to ``legacy``.
293293

294-
Specifies the number of nodes to be up and running to start a replica set.
294+
Specify the number of nodes to be up and running to start a replica set.
295295
This parameter has effect during :ref:`bootstrap <replication-leader>` or
296296
:ref:`configuration update <replication-configuration_update>`.
297297
Setting ``replication_connect_quorum`` to ``0`` makes Tarantool
@@ -580,7 +580,7 @@
580580

581581
Since version :doc:`2.6.1 </release/2.6.1>`.
582582

583-
Specifies the role of a replica set node in the
583+
Specify the role of a replica set node in the
584584
:ref:`leader election process <repl_leader_elect>`.
585585

586586
Possible values:
@@ -630,7 +630,7 @@
630630

631631
Since version :doc:`2.6.1 </release/2.6.1>`.
632632

633-
Specifies the timeout between election rounds in the
633+
Specify the timeout between election rounds in the
634634
:ref:`leader election process <repl_leader_elect>` if the previous round
635635
ended up with a split-vote.
636636

@@ -664,7 +664,7 @@
664664

665665
In earlier Tarantool versions, use :ref:`election_fencing_enabled <cfg_election-election_fencing_enabled_deprecated>` instead.
666666

667-
Specifies the :ref:`leader fencing mode <repl_leader_elect_fencing>` that
667+
Specify the :ref:`leader fencing mode <repl_leader_elect_fencing>` that
668668
affects the leader election process. When the parameter is set to ``soft``
669669
or ``strict``, the leader resigns its leadership if it has less than
670670
:ref:`replication_synchro_quorum <cfg_replication-replication_synchro_quorum>`

doc/reference/configuration/cfg_storage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
Since version :doc:`2.10.0 </release/2.10.0>`.
7474

75-
Specifies the allocator used for memtx tuples.
75+
Specify the allocator used for memtx tuples.
7676
The possible values are ``system`` and ``small``:
7777

7878
* ``system`` is based on the ``malloc`` function.
@@ -109,7 +109,7 @@
109109

110110
Since version :doc:`2.8.1 </release/2.8.1>`.
111111

112-
Specifies the granularity (in bytes) of memory allocation in the :ref:`small allocator <cfg_storage-memtx_allocator>`.
112+
Specify the granularity (in bytes) of memory allocation in the :ref:`small allocator <cfg_storage-memtx_allocator>`.
113113
The value of ``slab_alloc_granularity`` should be a power of two and should be greater than or equal to 4.
114114
Below are few recommendations on how to adjust the ``slab_alloc_granularity`` value:
115115

0 commit comments

Comments
 (0)