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

Diff for /mandoc/mdoc_term.c between version 1.372 and 1.373

version 1.372, 2019/01/04 03:39:01 version 1.373, 2019/06/03 19:50:33
Line 352  print_mdoc_node(DECL_ARGS)
Line 352  print_mdoc_node(DECL_ARGS)
          * produce output.  Note that some pre-handlers do so.           * produce output.  Note that some pre-handlers do so.
          */           */
   
           act = NULL;
         switch (n->type) {          switch (n->type) {
         case ROFFT_TEXT:          case ROFFT_TEXT:
                 if (n->flags & NODE_LINE) {                  if (n->flags & NODE_LINE) {

Legend:
Removed from v.1.372  
changed lines
  Added in v.1.373

CVSweb