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

Diff for /src/usr.bin/mandoc/man_macro.c between version 1.86 and 1.87

version 1.86, 2018/08/14 01:26:12 version 1.87, 2018/08/15 15:36:11
Line 254 
Line 254 
   
         if (ctok == MAN_LP || ctok == MAN_PP || ctok == MAN_P) {          if (ctok == MAN_LP || ctok == MAN_PP || ctok == MAN_P) {
                 *pos = strlen(buf);                  *pos = strlen(buf);
                 blk_imp(man, ctok, line, ppos, pos, buf);                  blk_imp(man, ctok, cline, cpos, pos, buf);
         }          }
 }  }
   

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87