=================================================================== RCS file: /cvs/docbook2mdoc/node.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- docbook2mdoc/node.c 2019/04/15 19:15:19 1.20 +++ docbook2mdoc/node.c 2019/04/16 14:58:19 1.21 @@ -1,4 +1,4 @@ -/* $Id: node.c,v 1.20 2019/04/15 19:15:19 schwarze Exp $ */ +/* $Id: node.c,v 1.21 2019/04/16 14:58:19 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * Copyright (c) 2019 Ingo Schwarze @@ -78,7 +78,7 @@ static const struct nodeprop properties[] = { { "link", CLASS_ENCL }, { "listitem", CLASS_TRANS }, { "literal", CLASS_ENCL }, - { "literallayout", CLASS_BLOCK }, + { "literallayout", CLASS_NOFILL }, { "manvolnum", CLASS_TRANS }, { "markup", CLASS_LINE }, { "member", CLASS_LINE }, @@ -101,7 +101,7 @@ static const struct nodeprop properties[] = { { "parameter", CLASS_LINE }, { "personname", CLASS_TRANS }, { "preface", CLASS_BLOCK }, - { "programlisting", CLASS_BLOCK }, + { "programlisting", CLASS_NOFILL }, { "prompt", CLASS_TRANS }, { "pubdate", CLASS_TRANS }, { "quote", CLASS_ENCL }, @@ -120,7 +120,7 @@ static const struct nodeprop properties[] = { { "replaceable", CLASS_LINE }, { "row", CLASS_BLOCK }, { "sbr", CLASS_BLOCK }, - { "screen", CLASS_BLOCK }, + { "screen", CLASS_NOFILL }, { "section", CLASS_BLOCK }, { "simplelist", CLASS_TRANS }, { "simplesect", CLASS_BLOCK }, @@ -128,7 +128,7 @@ static const struct nodeprop properties[] = { { "subscript", CLASS_TEXT }, { "subtitle", CLASS_BLOCK }, { "superscript", CLASS_TEXT }, - { "synopsis", CLASS_BLOCK }, + { "synopsis", CLASS_NOFILL }, { "systemitem", CLASS_LINE }, { "table", CLASS_TRANS }, { "tbody", CLASS_TRANS },