mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
Fix typos for TRY_BLOCK_INTERRUPT
This commit is contained in:
parent
0f05b5f05a
commit
b2d45e46fa
2 changed files with 2 additions and 2 deletions
|
@ -754,7 +754,7 @@ It may be reset, clearing the error condition. See
|
||||||
ifzman(em(Complex Commands) in zmanref(zshmisc))\
|
ifzman(em(Complex Commands) in zmanref(zshmisc))\
|
||||||
ifnzman(noderef(Complex Commands))
|
ifnzman(noderef(Complex Commands))
|
||||||
)
|
)
|
||||||
vinde(TRY_BLOCK_INTERRUPT)
|
vindex(TRY_BLOCK_INTERRUPT)
|
||||||
item(tt(TRY_BLOCK_INTERRUPT) <S>)(
|
item(tt(TRY_BLOCK_INTERRUPT) <S>)(
|
||||||
This variable works in a similar way to tt(TRY_BLOCK_ERROR), but
|
This variable works in a similar way to tt(TRY_BLOCK_ERROR), but
|
||||||
represents the status of an interrupt from the signal SIGINT, which
|
represents the status of an interrupt from the signal SIGINT, which
|
||||||
|
|
|
@ -634,7 +634,7 @@ zlong
|
||||||
try_errflag = -1;
|
try_errflag = -1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Corrresponding interrupt error status form `try' block.
|
* Corresponding interrupt error status form `try' block.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|
Loading…
Reference in a new issue