Skip to content

Commit 37408e7

Browse files
authored
docs: fix a typo in the documentation for the default values for the comm_localport and comm_remoteport flags: 15122 -> 15112. (#14254)
See https://github.com/mamedev/mame/blob/master/src/emu/emuopts.cpp#L192 and following.
1 parent 89b3b59 commit 37408e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/commandline/commandline-all.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,7 +3847,7 @@ Core Communication Options
38473847
Local port to bind to. This can be any traditional communications port as
38483848
an unsigned 16-bit integer (0-65535).
38493849
3850-
The default value is ``15122``.
3850+
The default value is ``15112``.
38513851
38523852
Example:
38533853
.. code-block:: bash
@@ -3876,7 +3876,7 @@ Core Communication Options
38763876
Remote port to connect to. This can be any traditional communications port
38773877
as an unsigned 16-bit integer (0-65535).
38783878
3879-
The default value is "``15122``".
3879+
The default value is "``15112``".
38803880
38813881
Example:
38823882
.. code-block:: bash

0 commit comments

Comments
 (0)