diff --git a/bash.changes b/bash.changes index 08bc83d3..7a141afa 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 19 13:11:05 UTC 2022 - Dr. Werner Fink + +- Small change in quotes-man2html.patch + * Use a simple "'" aka quote instead of "′" for "\(aq" + ------------------------------------------------------------------- Thu Sep 15 13:09:24 UTC 2022 - Dr. Werner Fink diff --git a/quotes-man2html.patch b/quotes-man2html.patch index 7b46eb11..61cb8c8e 100644 --- a/quotes-man2html.patch +++ b/quotes-man2html.patch @@ -13,7 +13,7 @@ boo#1203091 + if (charb[1] == 'q') { + switch (charb[0]) { + case 'a': -+ strncpy(charb, "′", 7); ++ strncpy(charb, "'", 7); + charb[7] = '\0'; + break; + case 'd':