aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/mds.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-21 01:30:20 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-21 01:30:20 +0200
commit0a6dd744967c7727f4205740b2f6242b84262d8b (patch)
tree3b44bd7154053ffde6b8d69ee835d920538cf273 /doc/info/mds.texinfo
parentrestrictions for portability (diff)
downloadmds-0a6dd744967c7727f4205740b2f6242b84262d8b.tar.gz
mds-0a6dd744967c7727f4205740b2f6242b84262d8b.tar.bz2
mds-0a6dd744967c7727f4205740b2f6242b84262d8b.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/mds.texinfo')
-rw-r--r--doc/info/mds.texinfo12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index 1aaba91..fac11b4 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -825,12 +825,12 @@ to be @code{-INT16_MAX} (@math{-32767}) rather than
@item
Integer that are not especially encoded must not be
-larger than 64-bits if they use fixed bit-size. If
-for example @code{size_t} is 128-bits on your platform
-but you are using a language that only have native
-integer up to 64-bits you must use arbitrary size
-integers or otherwise make sure that the value can
-be properly stored and used.
+larger than 64-bits if they use fixed bit-size. If,
+for example, @code{size_t} is 128-bits on your
+platform but you are using a language that only have
+native integers up to 64-bits you must use arbitrary
+size integers or otherwise make sure that the value
+can be properly stored and used.
@item
Integer 64-bits that are not especially encoded