mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-04-11 00:41:03 +03:00
docs/card-key-provider: fix heading levels and typo
The "ADM PIN" and "SCP02 / SCP03" sub-sections of "Field naming" used the '~' heading character, which Sphinx resolved to level 4 - skipping level 3 and throwing build ERRORs. As a result, both sub-sections had no heading at all. Change both to '^' (level 3) to match the other sub-sections in this file. While at it, fix a typo: "consisting if" -> "consisting of". Change-Id: Ia56efc7fadcc0fd62e87e63850b929d2f80851ba
This commit is contained in:
@@ -305,16 +305,16 @@ the requested data.
|
|||||||
|
|
||||||
|
|
||||||
ADM PIN
|
ADM PIN
|
||||||
~~~~~~~
|
^^^^^^^
|
||||||
|
|
||||||
The `verify_adm` command will attempt to look up the `ADM1` column
|
The `verify_adm` command will attempt to look up the `ADM1` column
|
||||||
indexed by the ICCID of the SIM/UICC.
|
indexed by the ICCID of the SIM/UICC.
|
||||||
|
|
||||||
|
|
||||||
SCP02 / SCP03
|
SCP02 / SCP03
|
||||||
~~~~~~~~~~~~~
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
SCP02 and SCP03 each use key triplets consisting if ENC, MAC and DEK
|
SCP02 and SCP03 each use key triplets consisting of ENC, MAC and DEK
|
||||||
keys. For more details, see the applicable GlobalPlatform
|
keys. For more details, see the applicable GlobalPlatform
|
||||||
specifications.
|
specifications.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user