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

Diff for /mandoc/Attic/mdoc_action.c between version 1.15 and 1.16

version 1.15, 2009/06/17 14:10:09 version 1.16, 2009/06/17 14:14:51
Line 819  static int
Line 819  static int
 pre_dl(PRE_ARGS)  pre_dl(PRE_ARGS)
 {  {
   
         if (MDOC_BODY != n->type)          if (MDOC_BODY == n->type)
                 return(1);                  m->flags |= MDOC_LITERAL;
         m->flags |= MDOC_LITERAL;  
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb