From: Mikhail Gusarov Date: Sat, 18 Dec 2021 13:19:41 +0000 (+0100) Subject: doc: Clarify that null terminator is included in string length X-Git-Tag: 1.20.91~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eca836add596f5c00fd556613d510df81f0e23b2;p=platform%2Fupstream%2Fwayland.git doc: Clarify that null terminator is included in string length Signed-off-by: Mikhail Gusarov --- diff --git a/doc/publican/sources/Protocol.xml b/doc/publican/sources/Protocol.xml index 0b27082..580cecb 100644 --- a/doc/publican/sources/Protocol.xml +++ b/doc/publican/sources/Protocol.xml @@ -149,9 +149,9 @@ string - Starts with an unsigned 32-bit length, followed by the - string contents, including terminating null byte, then padding - to a 32-bit boundary. + Starts with an unsigned 32-bit length (including null terminator), + followed by the string contents, including terminating null byte, + then padding to a 32-bit boundary.