=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.c,v retrieving revision 1.87 retrieving revision 1.88 diff -c -r1.87 -r1.88 *** src/usr.bin/mandoc/mandoc.c 2021/08/10 12:36:42 1.87 --- src/usr.bin/mandoc/mandoc.c 2022/04/13 13:11:33 1.88 *************** *** 1,7 **** ! /* $OpenBSD: mandoc.c,v 1.87 2021/08/10 12:36:42 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons - * Copyright (c) 2011-2015, 2017-2021 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,7 ---- ! /* $OpenBSD: mandoc.c,v 1.88 2022/04/13 13:11:33 schwarze Exp $ */ /* + * Copyright (c) 2011-2015, 2017-2022 Ingo Schwarze * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 112,118 **** * it only makes a difference in copy mode. */ ! if (**end == 'E') ++*end; /* --- 112,118 ---- * it only makes a difference in copy mode. */ ! while (**end == 'E') ++*end; /*