|
|
e9b926 |
diff --git a/example/autoexpect.man b/example/autoexpect.man
|
|
|
e9b926 |
index 45f24a4..79fc059 100644
|
|
|
e9b926 |
--- a/example/autoexpect.man
|
|
|
e9b926 |
+++ b/example/autoexpect.man
|
|
|
e9b926 |
@@ -136,7 +136,7 @@ using the date command while running autoexpect is a sure way to
|
|
|
e9b926 |
produce a script that will require editing in order for it to work.
|
|
|
e9b926 |
|
|
|
e9b926 |
The \-p flag puts autoexpect into "prompt mode". In this mode,
|
|
|
e9b926 |
-autoexpect will only look for the the last line of program output \-
|
|
|
e9b926 |
+autoexpect will only look for the last line of program output \-
|
|
|
e9b926 |
which is usually the prompt. This handles the date problem (see
|
|
|
e9b926 |
above) and most others.
|
|
|
e9b926 |
|
|
|
e9b926 |
diff --git a/example/tknewsbiff.man b/example/tknewsbiff.man
|
|
|
e9b926 |
index dc5d4ad..63aec9f 100644
|
|
|
e9b926 |
--- a/example/tknewsbiff.man
|
|
|
e9b926 |
+++ b/example/tknewsbiff.man
|
|
|
e9b926 |
@@ -177,7 +177,7 @@ The "server" variable names an NNTP news-server.
|
|
|
e9b926 |
The default is "news". The "server" variable is
|
|
|
e9b926 |
only used if the "active_file" variable is not set.
|
|
|
e9b926 |
|
|
|
e9b926 |
-The "server_timeout" variable describes how how many seconds to wait
|
|
|
e9b926 |
+The "server_timeout" variable describes how many seconds to wait
|
|
|
e9b926 |
for a response from the server before giving up. -1 means wait
|
|
|
e9b926 |
forever or until the server itself times out. The default is 60
|
|
|
e9b926 |
seconds.
|
|
|
e9b926 |
diff --git a/expect.man b/expect.man
|
|
|
e9b926 |
index 1edff14..10352b6 100644
|
|
|
e9b926 |
--- a/expect.man
|
|
|
e9b926 |
+++ b/expect.man
|
|
|
e9b926 |
@@ -623,7 +623,7 @@ patterns are specified as with Tcl's
|
|
|
e9b926 |
command. (Such patterns are also similar to C-shell regular expressions
|
|
|
e9b926 |
usually referred to as "glob" patterns). The
|
|
|
e9b926 |
.B \-gl
|
|
|
e9b926 |
-flag may may
|
|
|
e9b926 |
+flag may
|
|
|
e9b926 |
be used to protect patterns that might otherwise match
|
|
|
e9b926 |
.B expect
|
|
|
e9b926 |
flags from doing so.
|