32494: Yodl hack to fix indents in manual page output

This commit is contained in:
Jun T 2014-03-18 01:01:32 +09:00 committed by Peter Stephenson
parent 53e9e2646d
commit 848065a5a2
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2014-03-17 Peter Stephenson <p.stephenson@samsung.com>
* Jun T: 32494: Doc/zman.yo: Yodl hack to fix indentation
in nroff -man output.
* Jun T: 32493: Doc/Zsh/contrib.yo, Doc/Zsh/mod_pcre.yo,
Doc/Zsh/mod_regex.yo, Doc/Zsh/mod_sched.yo: some formatting
fixes.

View file

@ -110,7 +110,7 @@ def(startitem)(0)(\
def(enditem)(0)(\
ENDITEM()\
STDPAR()\
+redef(ENDITEM)(0)(NOTRANS(.RE)STDPAR())\
+redef(ENDITEM)(0)(NOTRANS(.RE)STDPAR()redef(ENDITEM)(0)(CMT()))\
)
def(item)(2)(\
NOTRANS(.TP)+NL()\
@ -121,7 +121,7 @@ def(item)(2)(\
+redef(PARAGRAPH)(0)(\
NL()NOTRANS(.RS)+NL()NOTRANS(.PP)+NL()\
STDPAR()\
+redef(ENDITEM)(0)(NOTRANS(.RE)STDPAR())\
+redef(ENDITEM)(0)(NOTRANS(.RE)STDPAR()redef(ENDITEM)(0)(CMT()))\
)\
ARG2\
+ENDITEM()\