Actions
Bug #4023
closedProperly escape newlines and carriage returns in man pages
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
manpage - manual pages
Start date:
2013-08-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
file "$1" | grep -Fq executable && printf "%s is executable.0 "$1"
the "0" should be "\\n"
Updated by Rich Lowe almost 9 years ago
- Subject changed from type in file(1) manpage to typo in file(1) manpage
Updated by Rich Lowe over 8 years ago
ar has the same problem, near "characters to pad these objects".
If you grep our manual pages for '\\n', and exclude those not in verbatim sections, you'll probably find a great many such bugs.
Updated by Bart Coddens over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
Easy fix, webrev coming up
Updated by Bart Coddens over 8 years ago
Webrev is here:
Updated by Robert Mustacchi over 8 years ago
- Subject changed from typo in file(1) manpage to Properly escape \\n and \\r in man pages
Updated by Robert Mustacchi over 8 years ago
- Subject changed from Properly escape \\\\n and \\\\r in man pages to Properly escape \\n and \\r in man pages
Updated by Robert Mustacchi over 8 years ago
- Subject changed from Properly escape \\\\n and \\\\r in man pages to Properly escape '\\n' and '\\r' in man pages
Updated by Robert Mustacchi over 8 years ago
- Subject changed from Properly escape '\\\\n' and '\\\\r' in man pages to Properly escape newlines and carriage returns in man pages
Updated by Robert Mustacchi over 8 years ago
- Category set to manpage - manual pages
- % Done changed from 90 to 100
- Tags deleted (
needs-triage)
Resolved in 98cdf45a92ada981b8c4e22ac69956b4139b1341.
Updated by Robert Mustacchi over 8 years ago
- Status changed from In Progress to Resolved
Actions