diff --git a/doc/tblkch.tex b/doc/tblkch.tex index e8d7f44f..e7b3b195 100644 --- a/doc/tblkch.tex +++ b/doc/tblkch.tex @@ -865,7 +865,7 @@ bit$_ _:(## 1) = Bit; The serialization of source and destination addresses is defined by the following TL-B scheme: \begin{verbatim} addr_none$00 = MsgAddressExt; -addr_extern$01 len:(## 8) external_address:(len * Bit) +addr_extern$01 len:(## 9) external_address:(len * Bit) = MsgAddressExt; anycast_info$_ depth:(## 5) rewrite_pfx:(depth * Bit) = Anycast; addr_std$10 anycast:(Maybe Anycast) diff --git a/doc/tvm.tex b/doc/tvm.tex index 71aa7abc..f5067cc8 100644 --- a/doc/tvm.tex +++ b/doc/tvm.tex @@ -2277,7 +2277,7 @@ The ``global variables'' may be helpful in implementing some high-level smart-co The message and address manipulation primitives listed below serialize and deserialize values according to the following TL-B scheme (cf.~\ptref{sp:tlb.brief}): \begin{verbatim} addr_none$00 = MsgAddressExt; -addr_extern$01 len:(## 8) external_address:(bits len) +addr_extern$01 len:(## 9) external_address:(bits len) = MsgAddressExt; anycast_info$_ depth:(#<= 30) { depth >= 1 } rewrite_pfx:(bits depth) = Anycast;