=================================================================== RCS file: /cvs/docbook2mdoc/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- docbook2mdoc/README 2019/04/06 13:30:21 1.4 +++ docbook2mdoc/README 2019/04/11 04:23:22 1.5 @@ -1,4 +1,4 @@ -$Id: README,v 1.4 2019/04/06 13:30:21 schwarze Exp $ +$Id: README,v 1.5 2019/04/11 04:23:22 schwarze Exp $ Here's a quick note on how to add new DocBook elements. @@ -60,9 +60,7 @@ include: * Nodes to be represented by in-line macros that are parsed and callable often get away with merely opening a macro scope with macro_open(), letting the subsequent loop take care of - any children. In this case, the second, smaller switch - statement often needs to call macro_closepunct() to handle - closing delimiters. + any children. * Nodes to be represented by one single stand-alone macro sometimes get away with calling macro_line(), or macro_nodeline() if an