diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2025-04-30 02:24:32 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2025-04-30 02:24:32 -0700 |
commit | 72db2fcade13b63b47ddb1c33928a5a8d5554179 (patch) | |
tree | f05fa4bca1da47407c18170103e86629666290ea | |
parent | 9cdf2366ae182ba1aba7cd74f6a994fcaaa03923 (diff) | |
download | zsh-72db2fcade13b63b47ddb1c33928a5a8d5554179.tar.gz zsh-72db2fcade13b63b47ddb1c33928a5a8d5554179.zip |
debian/patches/fix-typos-in-man-pages.patch: remove
-rw-r--r-- | debian/patches/fix-typos-in-man-pages.patch | 26 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/fix-typos-in-man-pages.patch b/debian/patches/fix-typos-in-man-pages.patch deleted file mode 100644 index 2223dd210..000000000 --- a/debian/patches/fix-typos-in-man-pages.patch +++ /dev/null @@ -1,26 +0,0 @@ -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 bb3322aa1..47cd31717 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,7 +4,6 @@ cross-compile.diff example-shebang.patch completion-dscverify.diff use-pager-instead-of-more-by-default.patch -fix-typos-in-man-pages.patch cherry-pick-3e3cfabc-revert-38150-and-fix-in-calling-function-cfp_matcher_range-instead.patch cherry-pick-4b7a9fd0-additional-typset--p--m-fix-for-namespaces.patch cherry-pick-b62e91134-51723-migrate-pcre-module-to-pcre2.patch |