=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- docbook2mdoc/statistics.c 2019/04/07 17:00:56 1.15 +++ docbook2mdoc/statistics.c 2019/04/07 17:55:18 1.16 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.15 2019/04/07 17:00:56 schwarze Exp $ */ +/* $Id: statistics.c,v 1.16 2019/04/07 17:55:18 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -350,6 +350,7 @@ main(int argc, char *argv[]) if (show_all == 0) { table_add("ROOT", "refentry"); table_add("acronym", "TEXT"); + table_add("blockquote", NULL); table_add("chapter", NULL); table_add("code", "TEXT"); table_add("constant", "TEXT");