From 544522277e41b5013d23d1ae295444b76258907acf07d792f7aa9e7047f89ad6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 11 Nov 2024 21:08:26 +0300 Subject: [PATCH] Trivial style fixes --- spec/encoding/index.texi | 4 ++-- spec/encoding/table.texi | 4 ++-- spec/index.texi | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spec/encoding/index.texi b/spec/encoding/index.texi index 7c421c4..9cdd6e1 100644 --- a/spec/encoding/index.texi +++ b/spec/encoding/index.texi @@ -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 1+~ @tab @ref{Integers, +INT} -@item 013 @tab 0D @tab @code{00001101} @tab 1+~ @tab @ref{Integers, -INT} +@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 [...] @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} diff --git a/spec/encoding/table.texi b/spec/encoding/table.texi index aedc196..28f59a5 100644 --- a/spec/encoding/table.texi +++ b/spec/encoding/table.texi @@ -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 1+~ @tab @ref{Integers, +INT} -@item 013 @tab 0D @tab @code{00001101} @tab 1+~ @tab @ref{Integers, -INT} +@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 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} diff --git a/spec/index.texi b/spec/index.texi index cbb24e9..b04c87f 100644 --- a/spec/index.texi +++ b/spec/index.texi @@ -51,11 +51,11 @@ Are not there any satisfiable codecs? @item @url{https://datatracker.ietf.org/doc/html/draft-mcnally-deterministic-cbor-11, dCBOR} @tab Y @tab @strong{N} @tab Y @tab N @tab Y @item @url{http://cr.yp.to/proto/netstrings.txt, Netstrings} @tab - Y @tab Y @tab Y @tab N @tab N + Y @tab Y @tab Y @tab N @tab ~ @item @url{https://wiki.theory.org/BitTorrentSpecification#Bencoding, Bencode} @tab - Y @tab Y @tab Y @tab Y @tab N + Y @tab Y @tab Y @tab Y @tab ~ @item @url{https://en.wikipedia.org/wiki/Canonical_S-expressions, Canonical S-expression} @tab - Y @tab Y @tab Y @tab Y @tab N + Y @tab Y @tab Y @tab Y @tab ~ @item YAC @tab Y @tab Y @tab Y @tab Y @tab Y -- 2.50.0