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

Diff for /src/usr.bin/mandoc/tree.c between version 1.57 and 1.58

version 1.57, 2021/08/10 12:36:42 version 1.58, 2021/09/07 10:58:44
Line 470 
Line 470 
                                 printf("%d", cp->col);                                  printf("%d", cp->col);
                                 print_cellt(dp->layout->pos);                                  print_cellt(dp->layout->pos);
                                 switch (cp->font) {                                  switch (cp->font) {
                                   case ESCAPE_FONTROMAN:
                                           break;
                                 case ESCAPE_FONTBOLD:                                  case ESCAPE_FONTBOLD:
                                         putchar('b');                                          putchar('b');
                                         break;                                          break;

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