From a73d9c0b4dbd6ad4cc8c9967d0b5627b3b43c6f7 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 13 Aug 2015 19:42:19 +0000 Subject: [PATCH] support umlaut 'o' --- doc/arm/latex-fixup.pl | 1 + doc/arm/notes.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/arm/latex-fixup.pl b/doc/arm/latex-fixup.pl index b1384c85de..5f1149e053 100644 --- a/doc/arm/latex-fixup.pl +++ b/doc/arm/latex-fixup.pl @@ -43,6 +43,7 @@ while (<>) { s/{\\texttt{{\.\\dbz{}}}}/\\mbox{{\\texttt{{\.\\dbz{}}}}}/; # Add any further tweaking here. + s/쎶/{\\"o}/; # Write out whatever we have now. print; diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index f4ee9b23ef..9409234796 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -50,7 +50,7 @@ when parsing certain malformed DNSSEC keys. - This flaw was discovered by Hanno Boeck of the Fuzzing + This flaw was discovered by Hanno B쎶eck of the Fuzzing Project, and is disclosed in CVE-2015-5722. [RT #40212]