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

Diff for /docbook2mdoc/node.c between version 1.19 and 1.20

version 1.19, 2019/04/15 00:34:15 version 1.20, 2019/04/15 19:15:19
Line 144  static const struct nodeprop properties[] = {
Line 144  static const struct nodeprop properties[] = {
         { "varname",            CLASS_LINE },          { "varname",            CLASS_LINE },
         { "warning",            CLASS_BLOCK },          { "warning",            CLASS_BLOCK },
         { "wordasword",         CLASS_TRANS },          { "wordasword",         CLASS_TRANS },
           { "xref",               CLASS_LINE },
         { "[UNKNOWN]",          CLASS_VOID },          { "[UNKNOWN]",          CLASS_VOID },
         { "(t)",                CLASS_TEXT },          { "(t)",                CLASS_TEXT },
         { "(e)",                CLASS_TEXT }          { "(e)",                CLASS_TEXT }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb