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

Diff for /docbook2mdoc/parse.c between version 1.40 and 1.41

version 1.40, 2019/04/12 21:37:07 version 1.41, 2019/04/13 13:06:35
Line 72  static const struct alias aliases[] = {
Line 72  static const struct alias aliases[] = {
         { "acronym",            NODE_IGNORE },          { "acronym",            NODE_IGNORE },
         { "anchor",             NODE_DELETE },          { "anchor",             NODE_DELETE },
         { "article",            NODE_SECTION },          { "article",            NODE_SECTION },
           { "articleinfo",        NODE_BOOKINFO },
         { "book",               NODE_SECTION },          { "book",               NODE_SECTION },
         { "chapter",            NODE_SECTION },          { "chapter",            NODE_SECTION },
         { "code",               NODE_LITERAL },          { "code",               NODE_LITERAL },

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb