=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- docbook2mdoc/statistics.c 2019/04/14 23:07:05 1.33 +++ docbook2mdoc/statistics.c 2019/04/15 00:34:15 1.34 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.33 2019/04/14 23:07:05 schwarze Exp $ */ +/* $Id: statistics.c,v 1.34 2019/04/15 00:34:15 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -482,6 +482,9 @@ main(int argc, char *argv[]) table_add("member", "symbol"); table_add("member", "TEXT"); table_add("note", NULL); + table_add("olink", "citetitle"); + table_add("olink", "function"); + table_add("olink", "TEXT"); table_add("option", "parameter"); table_add("option", "replaceable"); table_add("option", "TEXT");