[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.105 and 1.106

version 1.105, 2010/09/25 15:51:30 version 1.106, 2010/09/25 16:41:33
Line 2263  mdoc__x_post(MDOC_ARGS)
Line 2263  mdoc__x_post(MDOC_ARGS)
   
         /* TODO: %U */          /* TODO: %U */
   
         h->flags |= HTML_NOSPACE;          if (NULL == n->parent || MDOC_Rs != n->parent->tok)
                   return;
   
         print_text(h, n->next ? "," : ".");          print_text(h, n->next ? "," : ".");
 }  }
   

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

CVSweb