mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
32494: Yodl hack to fix indents in manual page output
This commit is contained in:
parent
53e9e2646d
commit
848065a5a2
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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()\
|
||||
|
|
Loading…
Reference in a new issue