about summary refs log tree commit diff
path: root/manual/math.texi
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-07-16 10:17:31 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-07-16 10:17:31 +0200
commitda7d62b50396c8b6d67c1ba800a196e83e2ec469 (patch)
treeedf35e2a1757b98cd9ca0b8cec8e26765c0e5744 /manual/math.texi
parent17400c4bcd57d84add1da3aa93248ef2efdb0ccb (diff)
downloadglibc-da7d62b50396c8b6d67c1ba800a196e83e2ec469.tar.gz
glibc-da7d62b50396c8b6d67c1ba800a196e83e2ec469.tar.xz
glibc-da7d62b50396c8b6d67c1ba800a196e83e2ec469.zip
manual: Use Unicode instead HTML entities for characters (bug 19737)
Texinfo no longer treats arguments to @set in @ifhtml blocks as
literal HTML, so the & in the entity references was encoded as
@amp; in HTML.  Using the equivalent Unicode characters avoids
this issue.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'manual/math.texi')
-rw-r--r--manual/math.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/math.texi b/manual/math.texi
index dcff7b7f41..376306cfc5 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -1,9 +1,9 @@
 @c We need some definitions here.
 @ifclear mult
 @ifhtml
-@set mult &middot;
-@set infty &infin;
-@set pie &pi;
+@set mult @U{00B7}
+@set infty @U{221E}
+@set pie @U{03C0}
 @end ifhtml
 @iftex
 @set mult @cdot