1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

50220: Documentation: Fix typos found by Debian's Lintian tool

This commit is contained in:
Axel Beckert 2022-05-15 00:41:38 +02:00
parent 74647ade06
commit 361de369ed
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2022-05-15 Axel Beckert <abe@deuxchevaux.org>
* 50220: Doc/Zsh/{builtins,options}.yo: Fix typos found by
Debian's Lintian tool.
2022-05-14 dana <dana@dana.is>
* unposted: Config/version.mk: Post-release version bump

View file

@ -1936,7 +1936,7 @@ retain their special attributes when made local.
For each var(name)tt(=)var(value) assignment, the parameter
var(name) is set to var(value). If the assignment is omitted and var(name)
does em(not) refer to an existing parameter, a new parameter is intialized
does em(not) refer to an existing parameter, a new parameter is initialized
to empty string, zero, or empty array (as appropriate), em(unless) the
shell option tt(TYPESET_TO_UNSET) is set. When that option is set,
the parameter attributes are recorded but the parameter remains unset.

View file

@ -1952,7 +1952,7 @@ pindex(NOTYPESETTOUNSET)
item(tt(TYPESET_TO_UNSET) <K> <S>)(
When declaring a new parameter with any of the `tt(typeset)' family of
related commands, the parameter remains unset unless and until a
value is explicity assigned to it, either in the `tt(typeset)' command
value is explicitly assigned to it, either in the `tt(typeset)' command
itself or as a later assignment statement.
)
pindex(VERBOSE)