diff options
author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2014-03-14 23:26:50 +0900 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-03-14 18:48:06 +0000 |
commit | 458e66574b20087088a6aa779e7c44e711b1645b (patch) | |
tree | 1dd1a15da733e1fa099087e9dafe5f97f3272251 | |
parent | a06cd1766afdbb74ec97e650f0bd945a78a8fdc8 (diff) | |
download | zsh-458e66574b20087088a6aa779e7c44e711b1645b.tar.gz zsh-458e66574b20087088a6aa779e7c44e711b1645b.tar.xz zsh-458e66574b20087088a6aa779e7c44e711b1645b.zip |
32482: fix character translation issue with some versions of Yodl
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/zman.yo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1bea50854..76b6e1555 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-03-14 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Jun T: 32482: Doc/zman.yo: fix character translation table + usage with some versions of Yodl. + 2014-03-14 Peter Stephenson <p.stephenson@samsung.com> * 32479: Src/builtin.c, Src/signals.c: with POSIXTRAPS diff --git a/Doc/zman.yo b/Doc/zman.yo index 7aa0913cd..8d17f788b 100644 --- a/Doc/zman.yo +++ b/Doc/zman.yo @@ -69,7 +69,7 @@ def(chapter)(1)(CMT()) COMMENT(--- the "" works around a yodl bug in versions before 2 ---) def(sect)(1)(\ IFDEF(INCWSLEVEL)(\ - NOTRANS(.SH )"UPPERCASE(ARG1)(0)"+NL()\ + NOTRANS(.SH )"UPPERCASE(NOTRANS(ARG1))(0)"+NL()\ )(\ NOTRANS(.SH )UPPERCASE(ARG1)(0)""+NL()\ )\ |