Opened 20 years ago

Closed 20 years ago

#912 closed defect (fixed)

Incorrect/Incomplete information in Chapter 5 Expect

Reported by: randy@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: TESTING
Severity: minor Keywords:
Cc:

Description

In Testing:

Chapter 5 Expect instructions say the installed library is libexpect5.42.1.a but what is really installed is libexpect5.42.a

Also, there's no description text for the same library. You can man libexpect for a good explanation which could go in the book

Change History (2)

comment:1 by Matthew Burgess, 20 years ago

Confirmed:

-su-3.00# find /tools -name libexpect* /tools/lib/expect5.42/libexpect5.42.a /tools/lib/libexpect5.42.a

Here's the appropriate text from /tools/man/man3/libexpect.3:

"This library contains functions that allow Expect to be used as a Tcl extension or to be used directly from C or C++ (without Tcl)."

comment:2 by Matthew Burgess, 20 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.