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

Diff for /src/usr.bin/mandoc/man_html.c between version 1.117 and 1.118

version 1.117, 2019/01/05 09:46:26 version 1.118, 2019/01/05 21:52:57
Line 254 
Line 254 
         /* This will automatically close out any font scope. */          /* This will automatically close out any font scope. */
         print_stagq(h, t);          print_stagq(h, t);
   
         if (n->flags & NODE_NOFILL &&          if (n->flags & NODE_NOFILL && n->tok != MAN_YS &&
             (n->next == NULL || n->next->flags & NODE_LINE)) {              (n->next != NULL && n->next->flags & NODE_LINE)) {
                 /* In .nf = <pre>, print even empty lines. */                  /* In .nf = <pre>, print even empty lines. */
                 h->col++;                  h->col++;
                 print_endline(h);                  print_endline(h);

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118