]> Cypherpunks repositories - keks.git/commitdiff
Fix vlen size
authorSergey Matveev <stargrave@stargrave.org>
Tue, 12 Nov 2024 11:12:14 +0000 (14:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 12 Nov 2024 11:12:14 +0000 (14:12 +0300)
spec/encoding/index.texi
spec/encoding/table.texi

index 9cdd6e190c579845118f347b3f9f9c5c1341674c446612c9d90788cdaaf56e35..7c421c42e39d4fff1983d8fa111b3f50e7cf2e1fc323115964a43c9447f5c051 100644 (file)
@@ -21,8 +21,8 @@ Possible values for the tag:
 @item 009 @tab 09 @tab @code{00001001} @tab 0 @tab @ref{Containers, MAP}
 @item 010 @tab 0A @tab @code{00001010} @tab
 @item 011 @tab 0B @tab @code{00001011} @tab 8+~ @tab @ref{Blobs, BLOB}
-@item 012 @tab 0C @tab @code{00001100} @tab 2+~ @tab @ref{Integers, +INT}
-@item 013 @tab 0D @tab @code{00001101} @tab 2+~ @tab @ref{Integers, -INT}
+@item 012 @tab 0C @tab @code{00001100} @tab 1+~ @tab @ref{Integers, +INT}
+@item 013 @tab 0D @tab @code{00001101} @tab 1+~ @tab @ref{Integers, -INT}
 @item [...]
 @item 016 @tab 10 @tab @code{00010000} @tab 2 @tab @ref{Floats, FLOAT16}
 @item 017 @tab 11 @tab @code{00010001} @tab 4 @tab @ref{Floats, FLOAT32}
index 28f59a5d020db0c7dad1eb3c7cf14f42308a2a3c2d2229c2a100ad19abc91816..aedc196c28b171c20cdb8e85f9874fe47b49f567c1adb6ea8205b94b7c473a43 100644 (file)
@@ -16,8 +16,8 @@
 @item 009 @tab 09 @tab @code{00001001} @tab 0 @tab @ref{Containers, MAP}
 @item 010 @tab 0A @tab @code{00001010} @tab 0 @tab
 @item 011 @tab 0B @tab @code{00001011} @tab 8+~ @tab @ref{Blobs, BLOB}
-@item 012 @tab 0C @tab @code{00001100} @tab 2+~ @tab @ref{Integers, +INT}
-@item 013 @tab 0D @tab @code{00001101} @tab 2+~ @tab @ref{Integers, -INT}
+@item 012 @tab 0C @tab @code{00001100} @tab 1+~ @tab @ref{Integers, +INT}
+@item 013 @tab 0D @tab @code{00001101} @tab 1+~ @tab @ref{Integers, -INT}
 @item 014 @tab 0E @tab @code{00001110} @tab 0 @tab
 @item 015 @tab 0F @tab @code{00001111} @tab 0 @tab
 @item 016 @tab 10 @tab @code{00010000} @tab 2 @tab @ref{Floats, FLOAT16}