Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: expn.yo



Z(4):akr@serein% make zshexpn.1
case zshexpn.1 in \
  */*) target=zshexpn.1 ;; \
  *) target=./zshexpn.1 ;; \
esac; \
case 'yodl' in :*) ;; *) \
    yodl -I. -w zman.yo version.yo zshexpn.yo | sed -e '1s/\\-/-/g' -e '/^\.'\''/d' > $target \
;; esac; \
test -f $target
Zsh Yodl-to-man converter
Including file Zsh/expn.yo
Zsh/expn.yo: 114: manref
Zsh/expn.yo: 114: ( expected
Zsh/expn.yo: 114: last parsed symbol: `ifnzman'
Z(4):akr@serein% 

Hm.

Index: Doc/Zsh/expn.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v
retrieving revision 1.12
diff -u -r1.12 expn.yo
--- Doc/Zsh/expn.yo	2000/05/08 08:58:37	1.12
+++ Doc/Zsh/expn.yo	2000/05/10 17:15:55
@@ -111,7 +111,7 @@
 If the shell encounters the character sequence `tt(!")'
 in the input, the history mechanism is temporarily disabled until
 the current list (see
-ifzman(manref(zshmisc))\
+ifzman(manref(zshmisc)(1))\
 ifnzman(noderef(Shell Grammar))\
 ) is fully parsed.  The `tt(!")' is removed from the input, and any
 subsequent `tt(!)' characters have no special significance.
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author