[BACK]Return to util.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / texi2mdoc

Diff for /texi2mdoc/util.c between version 1.35 and 1.36

version 1.35, 2018/11/13 08:45:29 version 1.36, 2018/11/13 09:07:58
Line 728  parseword(struct texi *p, size_t *pos, char extra)
Line 728  parseword(struct texi *p, size_t *pos, char extra)
         if (p->seenvs > 0 && 0 == p->literal && TEXILIST_TABLE != p->list) {          if (p->seenvs > 0 && 0 == p->literal && TEXILIST_TABLE != p->list) {
                 if (p->outcol > 0)                  if (p->outcol > 0)
                         fputc('\n', p->outfile);                          fputc('\n', p->outfile);
                 fputs(".Pp\n", p->outfile);                  if (p->ign == 0)
                           fputs(".Pp\n", p->outfile);
                 p->outcol = 0;                  p->outcol = 0;
         }          }
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb