View Issue Details

IDProjectCategoryView StatusLast Update
00015701003.1(2016/18)/Issue7+TC2Front Matterpublic2024-06-11 09:07
Reportersteffen Assigned To 
PrioritynormalSeverityEditorialTypeEnhancement Request
Status ClosedResolutionAccepted 
Namesteffen
Organization
User Reference
Sectionmany
Page Numbermany
Line Numbermany
Interp Status---
Final Accepted Text
Summary0001570: Documentation: faulty (display of) equal-sign(s)
DescriptionWhile adding to issue 1533 i found misspelled/-generated
equal signs, for example on page 1266 line 42269, present
in C181.pdf (i first thought it was caused by the
pdftotext(1) convertion); it should be ==,

        42269 if(stat(pathname, &statbuf) = = −1)
        42270 return −1;

I have not verified all in PDF, but searching for "= =" in the
pdftotext(1) conversion gives 28 hits.
There seems to be no issue open on this.
Desired ActionChange occurrences of "= =" to "==".
Thank you.
Tagstc3-2008

Activities

geoffclare

2022-03-15 16:09

manager   bugnote:0005752

The troff source has =\|= i.e. narrow spacing between the two ='s.
I can see how this might be needed in proportional text, but in example code (and other constant-width text) it would seem to be unnecessary and I agree it should be changed to just ==.

steffen

2022-03-15 17:28

reporter   bugnote:0005753

For non example code using \(eq\(eq may also be an option.

Issue History

Date Modified Username Field Change
2022-03-15 15:53 steffen New Issue
2022-03-15 15:53 steffen Name => steffen
2022-03-15 15:53 steffen Section => many
2022-03-15 15:53 steffen Page Number => many
2022-03-15 15:53 steffen Line Number => many
2022-03-15 16:09 geoffclare Note Added: 0005752
2022-03-15 17:28 steffen Note Added: 0005753
2022-04-21 15:50 Don Cragun Interp Status => ---
2022-04-21 15:50 Don Cragun Status New => Resolved
2022-04-21 15:50 Don Cragun Resolution Open => Accepted
2022-04-21 15:51 Don Cragun Tag Attached: tc3-2008
2022-05-23 11:32 geoffclare Status Resolved => Applied
2024-06-11 09:07 agadmin Status Applied => Closed