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

Diff for /docbook2mdoc/node.c between version 1.22 and 1.23

version 1.22, 2019/04/16 21:21:27 version 1.23, 2019/04/21 14:48:11
Line 143  static const struct nodeprop properties[] = {
Line 143  static const struct nodeprop properties[] = {
         { "variablelist",       CLASS_BLOCK },          { "variablelist",       CLASS_BLOCK },
         { "varlistentry",       CLASS_BLOCK },          { "varlistentry",       CLASS_BLOCK },
         { "varname",            CLASS_LINE },          { "varname",            CLASS_LINE },
           { "void",               CLASS_TEXT },
         { "warning",            CLASS_BLOCK },          { "warning",            CLASS_BLOCK },
         { "wordasword",         CLASS_TRANS },          { "wordasword",         CLASS_TRANS },
         { "xref",               CLASS_LINE },          { "xref",               CLASS_LINE },

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb