mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Manpage: Fix backslash encoding
Literal backslash needs to be written as \e.
This commit is contained in:
parent
01e637cdf4
commit
27f8f2c4e6
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ available:
|
||||||
|
|
||||||
.IP "\fBexpect(string, timeout)"
|
.IP "\fBexpect(string, timeout)"
|
||||||
Expect string - waits for string to match or timeout before continuing.
|
Expect string - waits for string to match or timeout before continuing.
|
||||||
Supports regular expressions. Special characters must be escaped with '\\\\'.
|
Supports regular expressions. Special characters must be escaped with '\e\e'.
|
||||||
Timeout is in milliseconds, defaults to 0 meaning it will wait forever.
|
Timeout is in milliseconds, defaults to 0 meaning it will wait forever.
|
||||||
|
|
||||||
Returns 1 on successful match, 0 on timeout, or -1 on error.
|
Returns 1 on successful match, 0 on timeout, or -1 on error.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue