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

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

version 1.19, 2019/04/12 07:05:19 version 1.20, 2019/04/12 21:37:07
Line 352  main(int argc, char *argv[])
Line 352  main(int argc, char *argv[])
                 table_add("acronym", "TEXT");                  table_add("acronym", "TEXT");
                 table_add("appendix", NULL);                  table_add("appendix", NULL);
                 table_add("article", NULL);                  table_add("article", NULL);
                   table_add("author", "contrib");
                   table_add("author", "email");
                   table_add("author", "firstname");
                   table_add("author", "othername");
                   table_add("author", "surname");
                 table_add("blockquote", NULL);                  table_add("blockquote", NULL);
                 table_add("book", NULL);                  table_add("book", NULL);
                 table_add("chapter", NULL);                  table_add("chapter", NULL);
Line 392  main(int argc, char *argv[])
Line 397  main(int argc, char *argv[])
                 table_add("member", "TEXT");                  table_add("member", "TEXT");
                 table_add("note", NULL);                  table_add("note", NULL);
                 table_add("orderedlist", "listitem");                  table_add("orderedlist", "listitem");
                   table_add("othercredit", "contrib");
                   table_add("othercredit", "email");
                   table_add("othercredit", "firstname");
                   table_add("othercredit", "othername");
                   table_add("othercredit", "surname");
                 table_add("para", NULL);                  table_add("para", NULL);
                 table_add("paramdef", "parameter");                  table_add("paramdef", "parameter");
                 table_add("paramdef", "TEXT");                  table_add("paramdef", "TEXT");

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

CVSweb