=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- docbook2mdoc/statistics.c 2019/04/03 18:52:40 1.13 +++ docbook2mdoc/statistics.c 2019/04/06 13:45:58 1.14 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.13 2019/04/03 18:52:40 schwarze Exp $ */ +/* $Id: statistics.c,v 1.14 2019/04/06 13:45:58 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -402,6 +402,7 @@ main(int argc, char *argv[]) table_add("sect3", NULL); table_add("sect4", NULL); table_add("sgmltag", "TEXT"); + table_add("simpara", NULL); table_add("simplelist", "member"); table_add("structfield", "TEXT"); table_add("structname", "TEXT");