View Issue Details

IDProjectCategoryView StatusLast Update
0001510Issue 8 draftsShell and Utilitiespublic2024-06-11 09:12
Reporterkre Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
Product VersionDraft 2 
NameRobert Elz
Organization
User Reference
SectionXCU 1.14 / make
Page Number2954
Line Number99212-3
Final Accepted Text
Summary0001510: Typo in example in make
DescriptionLines 99212-3 in Innue-8 D2 are

    foo: y.tab.o lex.o main.o
       $(CC) $(CFLAGS) -o $@ t.tab.o lex.o main.o

The "t.tab.o" in line 99213 is probably intended to be y.tab.o
(fingers off by one...)
Desired ActionIn line 99213 (page 2954) of Issue8 Draft 2, change the word

    t.tab.o

to be

    y.tab.o
Tagstc3-2008

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-08-11 16:15 kre New Issue
2021-08-11 16:15 kre Name => Robert Elz
2021-08-11 16:15 kre Section => XCU 1.14 / make
2021-08-11 16:15 kre Page Number => 2954
2021-08-11 16:15 kre Line Number => 99212-3
2021-12-09 17:29 nick Status New => Resolved
2021-12-09 17:29 nick Resolution Open => Accepted
2021-12-09 17:30 nick Tag Attached: tc3-2008
2022-01-11 11:34 geoffclare Status Resolved => Applied
2024-06-11 09:12 agadmin Status Applied => Closed