From 1c7ddf1e6d01e657611d3bce5a141e9a46e2d262 Mon Sep 17 00:00:00 2001 From: Wojciech Ozga Date: Mon, 5 Aug 2024 10:40:58 +0200 Subject: [PATCH] fixed references to table in code snippets. Signed-off-by: Wojciech Ozga --- src/sbi_cove.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/sbi_cove.adoc b/src/sbi_cove.adoc index 758675b..ab0f33d 100644 --- a/src/sbi_cove.adoc +++ b/src/sbi_cove.adoc @@ -786,10 +786,10 @@ struct tsm_info { */ uint32_t tsm_state; /* - * Identifier of the TSM implementation, see <>. - * It is intended to distinguish among different TSM implementations, - * potentially managed by different organizations, that might target - * different deployment models and, thus, implement subset of CoVE spec. + * Identifier of the TSM implementation, see `Reserved TSM Implementation IDs` + * table below. This identifier is intended to distinguish among different TSM + * implementations, potentially managed by different organizations, that might + * target different deployment models and, thus, implement subset of CoVE spec. */ uint32_t tsm_impl_id; /* @@ -797,8 +797,8 @@ struct tsm_info { */ uint32_t tsm_version; /* - * A bitmask of CoVE features supported by the running TSM, see <>. - * Every bit in this field corresponds to a capability defined by + * A bitmask of CoVE features supported by the running TSM, see `TSM Capabilities` + * table below. Every bit in this field corresponds to a capability defined by * `COVE_TSM_CAP_*` constants. Presence of bit `i` indicates that both the TSM * and hardware support the corresponding capability. */