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

Diff for /mandoc/roff_term.c between version 1.24 and 1.25

version 1.24, 2021/09/19 18:07:09 version 1.25, 2023/04/28 19:11:04
Line 1 
Line 1 
 /* $OpenBSD$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2010,2014,2015,2017-2020 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2010,2014,2015,2017-2020 Ingo Schwarze <schwarze@openbsd.org>
  *   *
Line 175  roff_term_pre_po(ROFF_TERM_ARGS)
Line 175  roff_term_pre_po(ROFF_TERM_ARGS)
         } 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.24  
changed lines
  Added in v.1.25

CVSweb