[BACK]Return to tree.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/tree.c between version 1.72 and 1.73

version 1.72, 2017/01/12 17:29:33 version 1.73, 2017/02/10 15:45:28
Line 192  print_mdoc(const struct roff_node *n, int indent)
Line 192  print_mdoc(const struct roff_node *n, int indent)
                         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.72  
changed lines
  Added in v.1.73

CVSweb