diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-05-15 00:02:33 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-05-15 01:15:21 +0200 |
commit | 2af324dfb5523281432db442d7c3e2ea1809cbb2 (patch) | |
tree | 144f7ba7458c85de2326f77433bf3bf4421f0e9a /debian | |
parent | 1d4c7b09a16176ee0fc009088b553bec0b6ec89a (diff) | |
download | zsh-2af324dfb5523281432db442d7c3e2ea1809cbb2.tar.gz zsh-2af324dfb5523281432db442d7c3e2ea1809cbb2.zip |
Add patch to fix two typos in man pages found by Lintian
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/fix-typos-in-man-pages.patch | 26 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/fix-typos-in-man-pages.patch b/debian/patches/fix-typos-in-man-pages.patch new file mode 100644 index 000000000..2223dd210 --- /dev/null +++ b/debian/patches/fix-typos-in-man-pages.patch @@ -0,0 +1,26 @@ +Description: Fix two typos in man pages found by Lintian +Author: Axel Beckert <abe@debian.org> +Origin: commit 361de369edd3bd17066b5f72e056e487545b364e + +--- a/Doc/Zsh/builtins.yo ++++ b/Doc/Zsh/builtins.yo +@@ -1936,7 +1936,7 @@ + + 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. +--- a/Doc/Zsh/options.yo ++++ b/Doc/Zsh/options.yo +@@ -1952,7 +1952,7 @@ + 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) diff --git a/debian/patches/series b/debian/patches/series index ecbc384c5..7a32dffb2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ cross-compile.diff example-shebang.patch completion-dscverify.diff use-pager-instead-of-more-by-default.patch +fix-typos-in-man-pages.patch |