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

Diff for /mandoc/mdoc_html.c between version 1.58 and 1.59

version 1.58, 2010/04/06 07:27:42 version 1.59, 2010/04/06 11:28:17
Line 1116  mdoc_bl_pre(MDOC_ARGS)
Line 1116  mdoc_bl_pre(MDOC_ARGS)
 {  {
         struct ord      *ord;          struct ord      *ord;
   
           if (MDOC_HEAD == n->type)
                   return(0);
         if (MDOC_BLOCK != n->type)          if (MDOC_BLOCK != n->type)
                 return(1);                  return(1);
         if (MDOC_Enum != a2list(n))          if (MDOC_Enum != a2list(n))

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb