diff options
author | Sverker Eriksson <[email protected]> | 2013-11-27 19:43:57 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-11-27 19:43:57 +0100 |
commit | 3e2a0ea59898ba214197b7a6f5df526d80697b7a (patch) | |
tree | abe4c522984b46fd1277e05c2ec0d7c1c1efdf3a /erts/doc | |
parent | d9ea7e090a4761f0ec42f727a67463f8b71f6544 (diff) | |
parent | 06188473247fd1edc873d82cf07886fa7e53e8cb (diff) | |
download | otp-3e2a0ea59898ba214197b7a6f5df526d80697b7a.tar.gz otp-3e2a0ea59898ba214197b7a6f5df526d80697b7a.tar.bz2 otp-3e2a0ea59898ba214197b7a6f5df526d80697b7a.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl_ext_dist.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/erl_ext_dist.xml b/erts/doc/src/erl_ext_dist.xml index 28e6f1d05e..f91ed78122 100644 --- a/erts/doc/src/erl_ext_dist.xml +++ b/erts/doc/src/erl_ext_dist.xml @@ -1014,10 +1014,10 @@ </row> <tcaption></tcaption></table> <p> - This term represents a bitstring whose length in bits is not a - multiple of 8 (created using the bit syntax in R12B and later). + This term represents a bitstring whose length in bits does + not have to be a multiple of 8. The <c>Len</c> field is an unsigned 4 byte integer (big endian). - The <c>Bits</c> field is the number of bits that are used + The <c>Bits</c> field is the number of bits (1-8) that are used in the last byte in the data field, counting from the most significant bit towards the least significant. |