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

Diff for /src/usr.bin/mandoc/mdoc_term.c between version 1.271 and 1.272

version 1.271, 2019/01/04 03:37:42 version 1.272, 2019/06/03 19:50:31
Line 350 
Line 350 
          * 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.271  
changed lines
  Added in v.1.272