--- libexpect.3-orig 2006-12-22 14:45:10.000000000 -0500 +++ libexpect.3 2006-12-22 14:47:20.000000000 -0500 @@ -1,12 +1,12 @@ .TH LIBEXPECT 3 "12 December 1991" .SH NAME libexpect \- programmed dialogue library with interactive programs -.SH DESCRIPTION +.SH OVERVIEW 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). Adding Expect as a Tcl extension is very short and simple, so that will be covered first. -.SH SYNOPSIS +.SH C INTERFACE .nf .B #include "expect_tcl.h" @@ -83,7 +83,6 @@ If length is zero, it is computed via strlen. .B exp_error is a printf-like function that writes the result to interp->result. -.SH SYNOPSIS .nf .B #include