laforge submitted this change.

View Change

Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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
---
M docs/card-key-provider.rst
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/card-key-provider.rst b/docs/card-key-provider.rst
index 16ac105..702e363 100644
--- a/docs/card-key-provider.rst
+++ b/docs/card-key-provider.rst
@@ -305,16 +305,16 @@


ADM PIN
-~~~~~~~
+^^^^^^^

The `verify_adm` command will attempt to look up the `ADM1` column
indexed by the ICCID of the SIM/UICC.


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
specifications.


To view, visit change 42538. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ia56efc7fadcc0fd62e87e63850b929d2f80851ba
Gerrit-Change-Number: 42538
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>