=================================================================== RCS file: /cvs/texi2mdoc/util.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- texi2mdoc/util.c 2018/11/13 08:45:29 1.35 +++ texi2mdoc/util.c 2018/11/13 09:07:58 1.36 @@ -1,4 +1,4 @@ -/* $Id: util.c,v 1.35 2018/11/13 08:45:29 schwarze Exp $ */ +/* $Id: util.c,v 1.36 2018/11/13 09:07:58 schwarze Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -728,7 +728,8 @@ parseword(struct texi *p, size_t *pos, char extra) if (p->seenvs > 0 && 0 == p->literal && TEXILIST_TABLE != p->list) { if (p->outcol > 0) fputc('\n', p->outfile); - fputs(".Pp\n", p->outfile); + if (p->ign == 0) + fputs(".Pp\n", p->outfile); p->outcol = 0; }