diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-12-25 17:07:51 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-12-25 17:07:51 +0000 |
commit | f2042eaf2b91b69ccdbaebffbfb9db5a53d9f093 (patch) | |
tree | 0efa835ffaaad9df87dd9fe5585a4548133aeb54 | |
parent | 4aef005bf8066a09812bab068eacda3e566597bc (diff) | |
download | zsh-f2042eaf2b91b69ccdbaebffbfb9db5a53d9f093.tar.gz zsh-f2042eaf2b91b69ccdbaebffbfb9db5a53d9f093.tar.xz zsh-f2042eaf2b91b69ccdbaebffbfb9db5a53d9f093.zip |
24318: drop leading spaces from direntry to cope with new makeinfo behavior.
-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()\ ) |