=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- docbook2mdoc/statistics.c 2019/04/14 20:13:25 1.30 +++ docbook2mdoc/statistics.c 2019/04/14 21:11:04 1.31 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.30 2019/04/14 20:13:25 schwarze Exp $ */ +/* $Id: statistics.c,v 1.31 2019/04/14 21:11:04 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -426,6 +426,7 @@ main(int argc, char *argv[]) table_add("filename", "TEXT"); table_add("firstname", "TEXT"); table_add("firstterm", "TEXT"); + table_add("footnote", "para"); table_add("funcdef", "function"); table_add("funcdef", "TEXT"); table_add("funcprototype", "funcdef");