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

Diff for /mandoc/mdoc.c between version 1.142 and 1.143

version 1.142, 2010/05/31 15:42:09 version 1.143, 2010/05/31 15:50:48
Line 567  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
Line 567  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
          * should process within its context).           * should process within its context).
          */           */
   
         if (MDOC_Bl == n->tok && LIST_column == n->data.list) {          if (MDOC_Bl == n->tok && MDOC_BODY == n->type &&
                           LIST_column == n->data.list) {
                 m->flags |= MDOC_FREECOL;                  m->flags |= MDOC_FREECOL;
                 return(mdoc_macro(m, MDOC_It, line, offs, &offs, buf));                  return(mdoc_macro(m, MDOC_It, line, offs, &offs, buf));
         }          }

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

CVSweb