Fixes "code-blocks" syntax in "Firewalls and default ports" guide.

This patch edits "code-blocks" syntax when showing a command line in
"Firewalls and default ports" guide.

Change-Id: I4f616f3729e36bbc7645c18a2dbc0798ef7e68f7
This commit is contained in:
Nguyen Tuong Thanh 2016-03-14 14:41:33 +07:00
parent 3e3378a0c5
commit becd8a44d3

View File

@ -113,7 +113,7 @@ On some deployments, the default port used by a service may fall within
the defined local port range of a host. To check a host's local port
range:
::
.. code-block:: console
$ sysctl net.ipv4.ip_local_port_range
@ -121,7 +121,7 @@ If a service's default port falls within this range, run the following
program to check if the port has already been assigned to another
application:
::
.. code-block:: console
$ lsof -i :PORT