[BACK]Return to README CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / docbook2mdoc

Diff for /docbook2mdoc/README between version 1.4 and 1.5

version 1.4, 2019/04/06 13:30:21 version 1.5, 2019/04/11 04:23:22
Line 60  include:
Line 60  include:
  * Nodes to be represented by in-line macros that are parsed and   * Nodes to be represented by in-line macros that are parsed and
    callable often get away with merely opening a macro scope     callable often get away with merely opening a macro scope
    with macro_open(), letting the subsequent loop take care of     with macro_open(), letting the subsequent loop take care of
    any children.  In this case, the second, smaller switch     any children.
    statement often needs to call macro_closepunct() to handle  
    closing delimiters.  
   
  * Nodes to be represented by one single stand-alone macro sometimes   * Nodes to be represented by one single stand-alone macro sometimes
    get away with calling macro_line(), or macro_nodeline() if an     get away with calling macro_line(), or macro_nodeline() if an

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb