=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff_term.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/mandoc/roff_term.c 2021/08/10 12:36:42 1.22 --- src/usr.bin/mandoc/roff_term.c 2022/12/26 19:16:02 1.23 *************** *** 1,4 **** ! /* $OpenBSD: roff_term.c,v 1.22 2021/08/10 12:36:42 schwarze Exp $ */ /* * Copyright (c) 2010,2014,2015,2017-2020 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: roff_term.c,v 1.23 2022/12/26 19:16:02 jmc Exp $ */ /* * Copyright (c) 2010,2014,2015,2017-2020 Ingo Schwarze * *************** *** 173,179 **** } else ponew = polast; ! /* Remeber both the previous and the newly requested offset. */ polast = po; po = ponew; --- 173,179 ---- } else ponew = polast; ! /* Remember both the previous and the newly requested offset. */ polast = po; po = ponew;