| Summary: | [PATCH] use real quotes in <programlisting> elements | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Martin Heinen <martin> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Committed, thanks. |
Following revision 1.99 of handbook/disks/chapter.sgml substitute <quote> tags with real quotes inside <programlisting>. How-To-Repeat: Execute find . -type f -name "*.sgml" -exec egrep -H -n\ 'programlisting.+<quote>' {} \;