Blame SOURCES/expect-5.45-man-page.patch

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