about summary refs log tree commit diff
path: root/Doc/zman.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-06-28 17:02:57 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-06-28 17:02:57 +0000
commit6ee1839f207eb681622d85522ace722feb96a200 (patch)
tree6aaa74af393603a24af6da7db392b1fd6cb0ef3d /Doc/zman.yo
parenta25c40c6a06425d99b4816c62ccb33cfa76cd397 (diff)
downloadzsh-6ee1839f207eb681622d85522ace722feb96a200.tar.gz
zsh-6ee1839f207eb681622d85522ace722feb96a200.tar.xz
zsh-6ee1839f207eb681622d85522ace722feb96a200.zip
15160, 15169: Doc formatting changes for texinfo and .html files
Diffstat (limited to 'Doc/zman.yo')
-rw-r--r--Doc/zman.yo14
1 files changed, 11 insertions, 3 deletions
diff --git a/Doc/zman.yo b/Doc/zman.yo
index 7d7fc120e..468decd6b 100644
--- a/Doc/zman.yo
+++ b/Doc/zman.yo
@@ -46,6 +46,7 @@ def(texinfo)(2)(CMT())
 
 def(texiifinfo)(1)()
 def(texiiftex)(1)()
+def(texiifnottex)(1)()
 
 def(texipage)(0)(CMT())
 def(texititlepage)(0)(CMT())
@@ -61,8 +62,9 @@ COMMENT(--- section divisions ---)
 
 def(chapter)(1)(CMT())
 
+COMMENT(--- the "" works around a yodl bug ---)
 def(sect)(1)(\
-  NOTRANS(.SH ")UPPERCASE(ARG1)(0)"NL()\
+  NOTRANS(.SH )UPPERCASE(ARG1)(0)""NL()\
   STDPAR()\
   CMT()\
 )
@@ -162,6 +164,12 @@ def(itemiz)(1)(\
 
 COMMENT(--- special effects ---)
 
+def(example)(1)(\
+  NOTRANS(.RS)NL()NOTRANS(.nf)NL()\
+  NOTRANS(\fB)ARG1NOTRANS(\fP)\
+  NL()NOTRANS(.fi)NL()NOTRANS(.RE)\
+)
+
 def(nofill)(1)(\
   NOTRANS(.nf)NL()\
   ARG1\
@@ -169,9 +177,9 @@ def(nofill)(1)(\
 )
 
 def(indent)(1)(\
-  NOTRANS(.RS)\
+  NOTRANS(.RS)NL()NOTRANS(.nf)NL()\
   ARG1\
-  NOTRANS(.RE)\
+  NL()NOTRANS(.fi)NL()NOTRANS(.RE)\
 )
 
 COMMENT(--- hyperlink menus ---)