mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
unposted: Doc/Zsh/builtins.yo: Fix typo
Found by Debian's lintian tool.
This commit is contained in:
parent
cbcae36141
commit
1bf2ba4f19
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-05-06 Axel Beckert <abe@deuxchevaux.org>
|
||||
|
||||
* unposted: Doc/Zsh/builtins.yo: Fix typo.
|
||||
|
||||
2016-05-04 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 38402: Completion/Zsh/Command/_precommand: Complete
|
||||
|
|
|
@ -1810,7 +1810,7 @@ example(# Normal builtin interface
|
|||
builtin typeset svar=$(echo two words))
|
||||
|
||||
The tt(builtin) keyword causes the above to use the standard builtin
|
||||
interface to tt(typeset) in which argument parsing is perfomed in the same
|
||||
interface to tt(typeset) in which argument parsing is performed in the same
|
||||
way as for other commands. This example creates a scalar tt(svar)
|
||||
containing the value tt(two) and another scalar parameter tt(words) with
|
||||
no value. An array value in this case would either cause an error or be
|
||||
|
|
Loading…
Reference in a new issue