View Issue Details

IDProjectCategoryView StatusLast Update
00009501003.1(2013)/Issue7+TC1Shell and Utilitiespublic2019-06-10 08:54
Reportergeoffclare Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Sectiondiff
Page Number2627
Line Number85290,85291
Interp Status---
Final Accepted Text
Summary0000950: troff formatting problem for diff -u/-U output
DescriptionThe 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 ActionOn 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> ...
Tagstc2-2008

Activities

There are no notes attached to this issue.

Issue History

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