https://bugzilla.redhat.com/show_bug.cgi?id=826145
Bug ID: 826145 QA Contact: extras-qa@fedoraproject.org Severity: low Version: 17 Depends On: 826139 Priority: unspecified CC: fonts-bugs@lists.fedoraproject.org, pnemade@redhat.com, tagoh@redhat.com Assignee: tagoh@redhat.com Summary: double-quotes are scattered in titles in fonts-conf(5) manpage Regression: --- Story Points: --- Classification: Fedora OS: Unspecified Reporter: jvcelak@redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: fontconfig Product: Fedora
Description of problem:
Manual page fonts-conf(5) contains titles with double-quotes, but these are escaped incorrectly and therefore shown wrong.
In fact, this is caused by a bug in docbook2man (#826139) I reported a minute ago. Upstream ships the wrong manual pages and we do not regenerate it.
Version-Release number of selected component (if applicable): fontconfig-2.8.0-7.fc17.x86_64
How reproducible: always
Steps to Reproduce: 1. man 5 fonts-conf 2. 3.
Actual results:
... <INCLUDE IGNORE_MISSING= NO">" ... <PATELT NAME= PROPERTY">" ... <MATCH TARGET= PATTERN">" ...
Expected results:
... <INCLUDE IGNORE_MISSING="NO"> ... <PATELT NAME="PROPERTY"> ... <MATCH TARGET="PATTERN"> ...
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=826145
Bug 826145 depends on bug 826139, which changed state.
Bug 826139 Summary: docbook2man escapes double-quotes in headings incorrectly https://bugzilla.redhat.com/show_bug.cgi?id=826139
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |RAWHIDE
https://bugzilla.redhat.com/show_bug.cgi?id=826145
Akira TAGOH tagoh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |fontconfig-2.9.91-1.fc18 Resolution|--- |RAWHIDE Last Closed| |2012-06-11 08:16:40
--- Comment #1 from Akira TAGOH tagoh@redhat.com --- fixed in fontconfig-2.9.91-1.fc18
fonts-bugs@lists.fedoraproject.org