summaryrefslogtreecommitdiff
path: root/doc/gnulib-intro.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-01 18:18:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-01 18:18:52 -0700
commit6e30ee22a80ae33d8c873b63c03cabd7d00c329e (patch)
tree4ba67772a941fdc79676f9b3eba2b0efaf463181 /doc/gnulib-intro.texi
parent0ac0624836b4c58b6b69c135e5f6bff1d008a37d (diff)
downloadgnulib-6e30ee22a80ae33d8c873b63c03cabd7d00c329e.tar.gz
* doc/gnulib-intro.texi: Fix some ancient history.
Diffstat (limited to 'doc/gnulib-intro.texi')
-rw-r--r--doc/gnulib-intro.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi
index b88139a2b1..049c8ab3d7 100644
--- a/doc/gnulib-intro.texi
+++ b/doc/gnulib-intro.texi
@@ -251,10 +251,11 @@ integers use a ones'-complement representation. On these machines,
requirement that it be one less than a power of two. Although
compiler options can raise @code{UINT_MAX} to be @math{2^{36} - 1},
this can break system code that uses @math{-0} as a flag value.
-This platform's architecture descends from the UNIVAC 1107 (1962).
+This platform's architecture descends from the UNIVAC 1103 (1953).
@item
-The Unisys ClearPath Libra's machine word is 48 bits. Its
+The Unisys ClearPath Libra's machine word is 48 bits
+with a 4-bit tag and a 4-bit data extension. Its
@code{unsigned int} uses the low-order 40 bits of the word, and
@code{int} uses the low-order 41 bits of the word with a
signed-magnitude representation. On these machines, @code{INT_MAX ==