From e1b95c4a48e08fb4bc42626db8614a3cd46d2a5e Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 3 Mar 2016 10:38:18 +0100 Subject: erts: Use 'bit string' in The Abstract Format document --- system/doc/reference_manual/typespec.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/doc/reference_manual/typespec.xml') diff --git a/system/doc/reference_manual/typespec.xml b/system/doc/reference_manual/typespec.xml index 8915302088..c5d24a96b5 100644 --- a/system/doc/reference_manual/typespec.xml +++ b/system/doc/reference_manual/typespec.xml @@ -4,7 +4,7 @@
- 20032015 + 20032016 Ericsson AB. All Rights Reserved. @@ -148,9 +148,9 @@ Union :: Type1 | Type2 ]]>

- The general form of bitstrings is <<_:M, _:_*N>>, + The general form of bit strings is <<_:M, _:_*N>>, where M and N are positive integers. It denotes a - bitstring that is M + (k*N) bits long (that is, a bitstring that + bit string that is M + (k*N) bits long (that is, a bit string that starts with M bits and continues with k segments of N bits each, where k is also a positive integer). The notations <<_:_*N>>, <<_:M>>, @@ -514,7 +514,7 @@ the same tuple.

- However, it is up to the tools that process the specificationss + However, it is up to the tools that process the specifications to choose whether to take this extra information into account or not.

-- cgit v1.2.3