summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2013-04-15 20:00:37 -0500
committerDaniel Solano Gómez <gentoo@sattvik.com>2013-04-15 20:00:37 -0500
commit1526312d3d64b8c280e2653e385b512c216f909d (patch)
tree6d7cabc9b61053861afbec5c9542b45fd4d5f18d /profiles
parentUpdated patch (diff)
downloadsattvik-1526312d3d64b8c280e2653e385b512c216f909d.tar.gz
sattvik-1526312d3d64b8c280e2653e385b512c216f909d.tar.bz2
sattvik-1526312d3d64b8c280e2653e385b512c216f909d.zip
Add patch for #464122
Diffstat (limited to 'profiles')
-rw-r--r--profiles/sattvik/linux/amd64/13.0/sattvik_patches/app-shells/zsh-5.0.2-r1/zsh-5.0.2-texinfo-5.1-fix.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/profiles/sattvik/linux/amd64/13.0/sattvik_patches/app-shells/zsh-5.0.2-r1/zsh-5.0.2-texinfo-5.1-fix.patch b/profiles/sattvik/linux/amd64/13.0/sattvik_patches/app-shells/zsh-5.0.2-r1/zsh-5.0.2-texinfo-5.1-fix.patch
new file mode 100644
index 0000000..4ed7d5f
--- /dev/null
+++ b/profiles/sattvik/linux/amd64/13.0/sattvik_patches/app-shells/zsh-5.0.2-r1/zsh-5.0.2-texinfo-5.1-fix.patch
@@ -0,0 +1,31 @@
+# https://bugs.gentoo.org/show_bug.cgi?id=464122
+--- 1/Doc/zsh.texi
++++ 1/Doc/zsh.texi
+@@ -22643,8 +22643,7 @@
+ described above.
+
+ @findex _pick_variant
+-@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c}
+-@var{command} ] [ @t{-r} @var{name} ]
++@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} @var{command} ] [ @t{-r} @var{name} ]
+ @itemx @var{label}@t{=}@var{pattern} ... @var{label} [ @var{args} ... ]
+ This function is used to resolve situations where a single command name
+ requires more than one type of handling, either because it
+@@ -24981,14 +24980,9 @@
+ @var{targetwin} into the array named @var{array}.
+ These are, in order:
+ @table @asis
+-@item
+-The y and x coordinates of the cursor relative to the top left
+-of @var{targetwin}
+-@item
+-The y and x coordinates of the top left of @var{targetwin} on the
+-screen
+-@item
+-The size of @var{targetwin} in y and x dimensions.
++@item The y and x coordinates of the cursor relative to the top left of @var{targetwin}
++@item The y and x coordinates of the top left of @var{targetwin} on the screen
++@item The size of @var{targetwin} in y and x dimensions.
+ @end table
+
+ @noindent