Simple quote
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=349
This commit is contained in:
parent
3e6b4919cf
commit
e7e1b06c27
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 13:11:05 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- 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 <werner@suse.de>
|
||||
|
||||
|
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user