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

Diff for /src/usr.bin/mandoc/roff_term.c between version 1.22 and 1.23

version 1.22, 2021/08/10 12:36:42 version 1.23, 2022/12/26 19:16:02
Line 173 
Line 173 
         } else          } else
                 ponew = polast;                  ponew = polast;
   
         /* Remeber both the previous and the newly requested offset. */          /* Remember both the previous and the newly requested offset. */
         polast = po;          polast = po;
         po = ponew;          po = ponew;
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23