git.annexia.org
/
miniexpect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae18d42
)
Small fix to documentation.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 24 Jan 2016 17:26:29 +0000
(17:26 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 24 Jan 2016 17:26:29 +0000
(17:26 +0000)
miniexpect.pod
patch
|
blob
|
history
diff --git
a/miniexpect.pod
b/miniexpect.pod
index
e27a4cc
..
2b05cd6
100644
(file)
--- a/
miniexpect.pod
+++ b/
miniexpect.pod
@@
-110,7
+110,7
@@
B<void mexp_set_timeout_ms (mexp_h *h, int millisecs);>
B<void mexp_set_timeout (mexp_h *h, int secs);>
-Get
and
set the timeout used by C<mexp_expect> [see below]. The
+Get
or
set the timeout used by C<mexp_expect> [see below]. The
resolution is milliseconds (1/1000th of a second). Set this before
calling C<mexp_expect>. Passing -1 to either of the C<set_> methods
means no timeout. The default setting is 60000 milliseconds (60