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

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

version 1.39, 2019/04/12 16:40:53 version 1.40, 2019/04/12 21:37:07
Line 85  static const struct alias aliases[] = {
Line 85  static const struct alias aliases[] = {
         { "glosslist",          NODE_VARIABLELIST },          { "glosslist",          NODE_VARIABLELIST },
         { "indexterm",          NODE_DELETE },          { "indexterm",          NODE_DELETE },
         { "informaltable",      NODE_TABLE },          { "informaltable",      NODE_TABLE },
           { "othercredit",        NODE_AUTHOR },
         { "othername",          NODE_PERSONNAME },          { "othername",          NODE_PERSONNAME },
         { "part",               NODE_SECTION },          { "part",               NODE_SECTION },
         { "phrase",             NODE_IGNORE },          { "phrase",             NODE_IGNORE },

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

CVSweb