Opened 20 years ago
Closed 20 years ago
#912 closed defect (fixed)
Incorrect/Incomplete information in Chapter 5 Expect
Reported by: | Owned by: | ||
---|---|---|---|
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 , 20 years ago
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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)."