=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- docbook2mdoc/statistics.c 2019/04/12 07:05:19 1.19 +++ docbook2mdoc/statistics.c 2019/04/12 21:37:07 1.20 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.19 2019/04/12 07:05:19 schwarze Exp $ */ +/* $Id: statistics.c,v 1.20 2019/04/12 21:37:07 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -352,6 +352,11 @@ main(int argc, char *argv[]) table_add("acronym", "TEXT"); table_add("appendix", 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("book", NULL); table_add("chapter", NULL); @@ -392,6 +397,11 @@ main(int argc, char *argv[]) table_add("member", "TEXT"); table_add("note", NULL); 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("paramdef", "parameter"); table_add("paramdef", "TEXT");