From f1cf24949aa62a6fb52d9285cc2a24d469aa4f24 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Thu, 12 Jan 2006 11:28:41 +0000 Subject: [PATCH] Fix missing arguments to @multitable --- src/doc/user.txi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/user.txi b/src/doc/user.txi index 605dba3db..cd256f8c7 100644 --- a/src/doc/user.txi +++ b/src/doc/user.txi @@ -561,7 +561,7 @@ floating-point numbers are assumed to be of @emph{single} or @emph{double} format. The floating-point precisions and exponent sizes are: -@multitable +@multitable {Format} {precision} {exponent} @headitem Format @tab precision @tab exponent @item Short @tab 24 bits @tab 8 bits @item Single @tab 24 bits @tab 8 bits @@ -692,7 +692,7 @@ See Section 17.1 of @bibcite{Steele:84} for their meanings. In @ecl{}, array elements are represented in one of six ways depending on the type of the @code{array}. -@multitable +@multitable {(array short-float) and (vector short-float)} {64 bit floating point} @headitem Array Type @tab Element Representation @item (array t) and (vector t) @tab a cell pointer