View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000950 | 1003.1(2013)/Issue7+TC1 | Shell and Utilities | public | 2015-05-26 15:12 | 2019-06-10 08:54 |
Reporter | geoffclare | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Error |
Status | Closed | Resolution | Accepted | ||
Name | Geoff Clare | ||||
Organization | The Open Group | ||||
User Reference | |||||
Section | diff | ||||
Page Number | 2627 | ||||
Line Number | 85290,85291 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0000950: troff formatting problem for diff -u/-U output | ||||
Description | The troff source for diff contains lines beginning: "---\(*D%s\t%s%s\(*D%s\n", "+++\(*D%s\t%s%s\(*D%s\n", where the \t and \n have not been escaped (as \et and \en). | ||||
Desired Action | On Page: 2627 Line: 85290,85291 Section: diff In the STDOUT section, change from: <tt>"---Δ%s%s%sΔ%s0, file1,</tt> ... <tt>"+++Δ%s%s%sΔ%s0, file2,</tt> ... to: <tt>"---Δ%s\t%s%sΔ%s\n", file1,</tt> ... <tt>"+++Δ%s\t%s%sΔ%s\n", file2,</tt> ... | ||||
Tags | tc2-2008 |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-05-26 15:12 | geoffclare | New Issue | |
2015-05-26 15:12 | geoffclare | Name | => Geoff Clare |
2015-05-26 15:12 | geoffclare | Organization | => The Open Group |
2015-05-26 15:12 | geoffclare | Section | => diff |
2015-05-26 15:12 | geoffclare | Page Number | => 2627 |
2015-05-26 15:12 | geoffclare | Line Number | => 85290,85291 |
2015-05-26 15:12 | geoffclare | Interp Status | => --- |
2015-06-04 16:28 | Don Cragun | Status | New => Resolved |
2015-06-04 16:28 | Don Cragun | Resolution | Open => Accepted |
2015-06-04 16:28 | Don Cragun | Description Updated | |
2015-06-04 16:28 | Don Cragun | Desired Action Updated | |
2015-06-04 16:28 | Don Cragun | Tag Attached: tc2-2008 | |
2019-06-10 08:54 | agadmin | Status | Resolved => Closed |