From 74ac191ae60fcdffe39bc98d46fc94a315a87932 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 30 Mar 2026 01:22:41 +0700 Subject: [PATCH] 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 --- docs/card-key-provider.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/card-key-provider.rst b/docs/card-key-provider.rst index 16ac1050..702e363e 100644 --- a/docs/card-key-provider.rst +++ b/docs/card-key-provider.rst @@ -305,16 +305,16 @@ the requested data. 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.