=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- docbook2mdoc/statistics.c 2019/04/03 14:02:07 1.7 +++ docbook2mdoc/statistics.c 2019/04/03 15:05:08 1.8 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.7 2019/04/03 14:02:07 schwarze Exp $ */ +/* $Id: statistics.c,v 1.8 2019/04/03 15:05:08 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -349,7 +349,13 @@ main(int argc, char *argv[]) /* Exclude relations that are already fully implemented. */ if (show_all == 0) { table_add("chapter", "title"); + table_add("emphasis", "TEXT"); table_add("entry", NULL); + table_add("funcdef", "function"); + table_add("funcdef", "TEXT"); + table_add("funcprototype", "funcdef"); + table_add("funcprototype", "paramdef"); + table_add("function", "TEXT"); table_add("informaltable", "tgroup"); table_add("itemizedlist", "listitem"); table_add("listitem", NULL);