[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.39 and 1.40

version 1.39, 2017/01/12 17:29:34 version 1.40, 2017/02/10 15:44:31
Line 190 
Line 190 
                         putchar(')');                          putchar(')');
                 if (NODE_EOS & n->flags)                  if (NODE_EOS & n->flags)
                         putchar('.');                          putchar('.');
                   if (NODE_BROKEN & n->flags)
                           printf(" BROKEN");
                 if (NODE_NOSRC & n->flags)                  if (NODE_NOSRC & n->flags)
                         printf(" NOSRC");                          printf(" NOSRC");
                 if (NODE_NOPRT & n->flags)                  if (NODE_NOPRT & n->flags)

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40