[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.57 and 1.58

version 1.57, 2010/04/05 08:51:56 version 1.58, 2010/04/06 07:27:42
Line 666  mdoc_fl_pre(MDOC_ARGS)
Line 666  mdoc_fl_pre(MDOC_ARGS)
   
         print_text(h, "\\-");          print_text(h, "\\-");
   
         /* A blank `Fl' should incur a subsequent space. */  
   
         if (n->child)          if (n->child)
                   h->flags |= HTML_NOSPACE;
           else if (n->next && n->next->line == n->line)
                 h->flags |= HTML_NOSPACE;                  h->flags |= HTML_NOSPACE;
   
         return(1);          return(1);

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

CVSweb