From 8c06ca7bd1901a8ca2d7186815ade9f63e064d84 Mon Sep 17 00:00:00 2001 From: Dscano Date: Wed, 25 Dec 2024 17:24:33 +0000 Subject: [PATCH] Proposal issue 524, fix PDF numbered lists Signed-off-by: Dscano --- docs/v1/P4Runtime-Spec.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/v1/P4Runtime-Spec.adoc b/docs/v1/P4Runtime-Spec.adoc index e56aec22..c2a751b4 100755 --- a/docs/v1/P4Runtime-Spec.adoc +++ b/docs/v1/P4Runtime-Spec.adoc @@ -2046,8 +2046,7 @@ if (counter_entry->has_index()) { } ---- -. Reading a single counter entry at index 0 in the counter array with id -``: +. Reading a single counter entry at index 0 in the counter array with id ``: * Here is the C++ client code: [source,c++] @@ -2075,7 +2074,7 @@ index {} value. Scalar fields with default values are omitted from the textual representation of Protobuf messages. - +[start=2] . Reading all counter entries by leaving the `index` field unset * Here is the C++ client code: @@ -5306,7 +5305,7 @@ binary_error_details { canonical_code: 8 // RESOURCE_EXHAUSTED message: "Table is full." space: "targetX-psa-vendorY" - code: 500 # ERR_TABLE_FULL + code: 500 // ERR_TABLE_FULL } details { canonical_code: 0 // OK