=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- docbook2mdoc/statistics.c 2019/04/28 20:26:49 1.38 +++ docbook2mdoc/statistics.c 2019/04/29 02:00:50 1.39 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.38 2019/04/28 20:26:49 schwarze Exp $ */ +/* $Id: statistics.c,v 1.39 2019/04/29 02:00:50 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -464,6 +464,7 @@ main(int argc, char *argv[]) table_add("itemizedlist", "listitem"); table_add("keycap", "TEXT"); table_add("keycode", "TEXT"); + table_add("keycombo", "keycap"); table_add("keysym", "TEXT"); table_add("legalnotice", NULL); table_add("link", NULL);