summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-04 15:54:23 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-05 12:37:27 +0000
commita5a9fc7a5fc50db278f7d17eb8d2ae78f3edc768 (patch)
tree70088be297f5e798b4195d68a9a0ae689a874b89 /ChangeLog
parentf026a4dc12d93518fded8df4f14fb3161ab1db98 (diff)
downloadzsh-a5a9fc7a5fc50db278f7d17eb8d2ae78f3edc768.tar.gz
zsh-a5a9fc7a5fc50db278f7d17eb8d2ae78f3edc768.tar.xz
zsh-a5a9fc7a5fc50db278f7d17eb8d2ae78f3edc768.zip
38993: _man: Drop (b): it's incorrect when $sect contains '|'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc06dbe50..87a462ef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-08-05  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 38993: Completion/Unix/Command/_man: Drop (b): it's incorrect
+	when $sect contains '|'.
+
 	* 38991: Src/exec.c, Test/C04funcdef.ztst: Make 'whence -v
 	autoloaded-function' shows the defining filename.