Skip to content
2 changes: 1 addition & 1 deletion doc/admin/reverse-proxy-http-redirects.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Creating Mapping Rules for HTTP Requests

To create mapping rules

1. Enter the map and reverse-map rules into the :file`remap.config` file
1. Enter the map and reverse-map rules into the :file:`remap.config` file
2. Run the command :option:`traffic_line -x` to apply the configuration
changes.

Expand Down
4 changes: 2 additions & 2 deletions doc/admin/security-options.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ In order to accomplish this, we:

.. This numbering is ridiculous. I need to re-read this doc with a fresh mind and re(number|order) it.

2. Edit the following variables in the :ref:`records-config-ssl-termination` section of
1. Edit the following variables in the :ref:`records-config-ssl-termination` section of
:file:`records.config`:

- :ts:cv:`proxy.config.ssl.auth.enabled`
Expand All @@ -223,7 +223,7 @@ In order to accomplish this, we:
- :ts:cv:`proxy.config.ssl.client.CA.cert.filename`
- :ts:cv:`proxy.config.ssl.client.CA.cert.path`

3. Run the command :option:`traffic_line -L` to restart Traffic Server on the
2. Run the command :option:`traffic_line -L` to restart Traffic Server on the
local node or :option:`traffic_line -M` to restart Traffic Server on all
the nodes in a cluster.

2 changes: 1 addition & 1 deletion doc/reference/configuration/congestion.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The following list shows the possible tags and their allowed values.
origin server.

*``dead_os_conn_timeout``* {#dead_os_conn_timeout}
Default: ``15`` secondsj
Default: ``15`` seconds.
The connection timeout to the congested origin server.

*``dead_os_conn_retries``* {#dead_os_conn_retries}
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/configuration/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for all ``INT`` type configurations

- ``K`` Kilobytes (1024 bytes)
- ``M`` Megabytes (1024^2 or 1,048,576 bytes)
- ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes
- ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes)
- ``T`` Terabytes (1024^4 or 1,099,511,627,776 bytes)

.. note::
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/configuration/storage.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ supported. They include

- ``K`` Kilobytes (1024 bytes)
- ``M`` Megabytes (1024^2 or 1,048,576 bytes)
- ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes
- ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes)
- ``T`` Terabytes (1024^4 or 1,099,511,627,776 bytes)


Expand Down