diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/ztexi.yo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c685a51d0..7d1d357fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-25 Clint Adams <clint@zsh.org> + + * 24318: Doc/ztexi.yo: drop leading spaces from direntry to cope + with new makeinfo behavior. + 2007-12-24 Clint Adams <clint@zsh.org> * 24316: Test/runtests.zsh, Test/ztst.zsh: count skipped tests diff --git a/Doc/ztexi.yo b/Doc/ztexi.yo index ed0236bde..639646350 100644 --- a/Doc/ztexi.yo +++ b/Doc/ztexi.yo @@ -71,7 +71,7 @@ def(texinfo)(2)(\ NOTRANS(@ifinfo)+NL()\ NOTRANS(@dircategory Utilities)+NL()\ NOTRANS(@direntry)+NL()\ - NOTRANS( * ZSH: (zsh). The Z Shell Manual.)+NL()\ + NOTRANS(* ZSH: (zsh). The Z Shell Manual.)+NL()\ NOTRANS(@end direntry)+NL()\ NOTRANS(@end ifinfo)+NL()\ ) |