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:
parent
3e3378a0c5
commit
becd8a44d3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user