=================================================================== RCS file: /cvs/docbook2mdoc/node.c,v retrieving revision 1.21 retrieving revision 1.23 diff -u -p -r1.21 -r1.23 --- docbook2mdoc/node.c 2019/04/16 14:58:19 1.21 +++ docbook2mdoc/node.c 2019/04/21 14:48:11 1.23 @@ -1,4 +1,4 @@ -/* $Id: node.c,v 1.21 2019/04/16 14:58:19 schwarze Exp $ */ +/* $Id: node.c,v 1.23 2019/04/21 14:48:11 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * Copyright (c) 2019 Ingo Schwarze @@ -101,6 +101,7 @@ static const struct nodeprop properties[] = { { "parameter", CLASS_LINE }, { "personname", CLASS_TRANS }, { "preface", CLASS_BLOCK }, + { "productname", CLASS_LINE }, { "programlisting", CLASS_NOFILL }, { "prompt", CLASS_TRANS }, { "pubdate", CLASS_TRANS }, @@ -142,6 +143,7 @@ static const struct nodeprop properties[] = { { "variablelist", CLASS_BLOCK }, { "varlistentry", CLASS_BLOCK }, { "varname", CLASS_LINE }, + { "void", CLASS_TEXT }, { "warning", CLASS_BLOCK }, { "wordasword", CLASS_TRANS }, { "xref", CLASS_LINE },