Skip to content

Commit

Permalink
Proposal issue 524, fix PDF numbered lists
Browse files Browse the repository at this point in the history
Signed-off-by: Dscano <[email protected]>
  • Loading branch information
Dscano committed Dec 25, 2024
1 parent f19f1b6 commit 8c06ca7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/v1/P4Runtime-Spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2046,8 +2046,7 @@ if (counter_entry->has_index()) {
}
----

. Reading a single counter entry at index 0 in the counter array with id
`<id>`:
. Reading a single counter entry at index 0 in the counter array with id `<id>`:
* Here is the C++ client code:

[source,c++]
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8c06ca7

Please sign in to comment.