[BACK]Return to mdoc_term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_term.c between version 1.43 and 1.44

version 1.43, 2009/08/09 19:01:24 version 1.44, 2009/08/09 19:15:14
Line 1009 
Line 1009 
         assert(-1 != type);          assert(-1 != type);
   
         switch (type) {          switch (type) {
         case (MDOC_Diag):  
                 term_word(p, "\\ ");  
                 /* FALLTHROUGH */  
         case (MDOC_Item):          case (MDOC_Item):
                   /* FALLTHROUGH */
           case (MDOC_Diag):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case (MDOC_Inset):          case (MDOC_Inset):
                 if (MDOC_BODY == node->type)                  if (MDOC_BODY == node->type)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44