Bug 581961
| Summary: | publican inserts '-' character in screen tags if there is a whitespace and then a special character | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Deon Ballard <dlackey> | ||||
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 1.6 | CC: | jfearn, mmcallis, nb, publican-list, rlandman | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-04-13 21:15:38 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 577068 *** |
Created attachment 406307 [details] release notes I have publican 1.6.2-0.el5. publican is inserting a - character in front of every special character in the <screen> tags in the PDF. For example, I have this: <screen><userinput>/usr/sbin/alternatives --config java</userinput> There are 2 programs which provide 'java'. Selection Command ----------------------------------------------- *+ 1 /usr/lib/jvm/jre-1.5.0-ibm/bin/java 2 /usr/lib/jvm/jre-1.4.2-sun/bin/java Enter to keep the current selection[+], or type selection number: 1 <userinput>/usr/sbin/alternatives --config javac</userinput> There are 2 programs which provide 'javac'. Selection Command ----------------------------------------------- 1 /usr/lib/jvm/java-1.5.0-bea/bin/javac *+ 2 /usr/lib/jvm/java-1.5.0-ibm/bin/javac</screen> And it renders it as this in the PDF: ========================================================================= /usr/sbin/alternatives ---config java There are 2 programs which provide -'java'. Selection Command ----------------------------------------------- *+ 1 -/usr/lib/jvm/jre-1.5.0-ibm/bin/java 2 -/usr/lib/jvm/jre-1.4.2-sun/bin/java Enter to keep the current selection[+], or type selection number: 1 /usr/sbin/alternatives ---config javac There are 2 programs which provide -'javac'. Selection Command ----------------------------------------------- 1 -/usr/lib/jvm/java-1.5.0-bea/bin/javac *+ 2 -/usr/lib/jvm/java-1.5.0-ibm/bin/javac ========================================================================= This is on page 8 of the RHCS release notes.