From: G. Branden Robinson Date: Sun, 19 Jan 2025 06:41:48 +0000 (-0600) Subject: doc: fix superscript in Texinfo manual's math X-Git-Tag: v9.7~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3189c08cb7a0c16b3f1f832834c058db77b48489;p=thirdparty%2Fcoreutils.git doc: fix superscript in Texinfo manual's math The numeral "3" in the exponent was set at full size on the baseline. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index ec58f6cf2a..45f4c80026 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -1560,7 +1560,7 @@ case-insensitive @code{inf}, @code{infinity}, and @code{NaN}, although whether such values are useful depends on the command in question. Modern C implementations also accept hexadecimal floating point numbers such as @code{-0x.ep-3}, which stands for @minus{}14/16 times -@math{2^-3}, which equals @minus{}0.109375. @xref{Parsing of +@math{2^{-3}}, which equals @minus{}0.109375. @xref{Parsing of Floats,,, libc, The GNU C Library Reference Manual}. @vindex LC_NUMERIC