manuals: remove <<>> from RSPRO to fix rendering

Change-Id: Ifa97f314fa5eb36785b179aeba8062948deb5ef1
This commit is contained in:
Harald Welte 2019-04-01 11:04:04 +02:00
parent 35f2b201bb
commit 0138bb40b4
2 changed files with 6 additions and 6 deletions

View File

@ -68,10 +68,10 @@ approach seems to make more sense.
Print a short help message about the supported options Print a short help message about the supported options
*-i, --server-host A.B.C.D*:: *-i, --server-host A.B.C.D*::
Specify the remote IP address/hostname of the remsim-server to which this bankd Specify the remote IP address/hostname of the remsim-server to which this bankd
shall establish its <<RSPRO>> control connection shall establish its RSPRO control connection
*-p, --server-port <1-65535>*:: *-p, --server-port <1-65535>*::
Specify the remote TCP port number of the remsim-server to whihc this bankd Specify the remote TCP port number of the remsim-server to whihc this bankd
shall establish its <<RSPRO>> control connection shall establish its RSPRO control connection
*-b, --bank-id <1-65535>*:: *-b, --bank-id <1-65535>*::
Specify the numeric bank identifier of the SIM bank this bankd instance Specify the numeric bank identifier of the SIM bank this bankd instance
operates. Must be unique among all banks connecting to the same remsim-server. operates. Must be unique among all banks connecting to the same remsim-server.
@ -93,7 +93,7 @@ is used, extending this is an easy modification.
bankd expects a CSV file `bankd_pcsc_slots.csv` in the current working directory at startup. bankd expects a CSV file `bankd_pcsc_slots.csv` in the current working directory at startup.
This CSV file specifies the mapping between the string names of the PCSC This CSV file specifies the mapping between the string names of the PCSC
readers and the <<RSPRO>> bandk/slot numbers. The format is as follows: readers and the RSPRO bandk/slot numbers. The format is as follows:
.Example: CSV file mapping bankd slots 0..4 to an ACS ACR33U-A1 reader slots .Example: CSV file mapping bankd slots 0..4 to an ACS ACR33U-A1 reader slots
---- ----

View File

@ -7,7 +7,7 @@ interface and protocol handling and passes any TPDU headers received
from the phone/modem to `remsim-client` for further processing of the from the phone/modem to `remsim-client` for further processing of the
TPDUs associated to the given APDU transfer. TPDUs associated to the given APDU transfer.
`remsim-client` connects via a <<RSPRO>> control connection to remsim-server `remsim-client` connects via a RSPRO control connection to remsim-server
at startup and registers itself. It will receive configuration data at startup and registers itself. It will receive configuration data
such as the `remsim-bankd` IP+Port and the ClientId from remsim-server. such as the `remsim-bankd` IP+Port and the ClientId from remsim-server.
@ -33,10 +33,10 @@ simtrace2-remsim-client currently has the following command-line options:
Print a short help message about the supported options Print a short help message about the supported options
*-s, --server-host A.B.C.D*:: *-s, --server-host A.B.C.D*::
Specify the remote IP address / hostname of the remsim-server to which Specify the remote IP address / hostname of the remsim-server to which
this client shall establish its <<RSPRO>> control connection this client shall establish its RSPRO control connection
*-p, --server-port <1-65535>*:: *-p, --server-port <1-65535>*::
Specify the remote TCP port number of the remsim-server to which this client Specify the remote TCP port number of the remsim-server to which this client
shall establish its <<RSPRO>> control connection shall establish its RSPRO control connection
*-c, --client-id <1-65535>*:: *-c, --client-id <1-65535>*::
Specify the numeric client identifier of the SIM bank this bankd Specify the numeric client identifier of the SIM bank this bankd
instance operates. The tuple of client-id and client-slot must be unique instance operates. The tuple of client-id and client-slot must be unique