=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.267 retrieving revision 1.268 diff -c -r1.267 -r1.268 *** src/usr.bin/mandoc/roff.c 2022/08/16 17:29:18 1.267 --- src/usr.bin/mandoc/roff.c 2022/12/26 19:16:02 1.268 *************** *** 1,4 **** ! /* $OpenBSD: roff.c,v 1.267 2022/08/16 17:29:18 schwarze Exp $ */ /* * Copyright (c) 2010-2015, 2017-2022 Ingo Schwarze * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons --- 1,4 ---- ! /* $OpenBSD: roff.c,v 1.268 2022/12/26 19:16:02 jmc Exp $ */ /* * Copyright (c) 2010-2015, 2017-2022 Ingo Schwarze * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons *************** *** 1447,1453 **** break; /* ! * If not overriden, * let \*(.T through to the formatters. */ --- 1447,1453 ---- break; /* ! * If not overridden, * let \*(.T through to the formatters. */ *************** *** 2477,2483 **** * Evaluate a string comparison condition. * The first character is the delimiter. * Succeed if the string up to its second occurrence ! * matches the string up to its third occurence. * Advance the cursor after the third occurrence * or lacking that, to the end of the line. */ --- 2477,2483 ---- * Evaluate a string comparison condition. * The first character is the delimiter. * Succeed if the string up to its second occurrence ! * matches the string up to its third occurrence. * Advance the cursor after the third occurrence * or lacking that, to the end of the line. */ *************** *** 4369,4375 **** * return zero and don't change the current position. * If the control character has been set with `.cc', then let that grain * precedence. ! * This is slighly contrary to groff, where using the non-breaking * control character when `cc' has been invoked will cause the * non-breaking macro contents to be printed verbatim. */ --- 4369,4375 ---- * return zero and don't change the current position. * If the control character has been set with `.cc', then let that grain * precedence. ! * This is slightly contrary to groff, where using the non-breaking * control character when `cc' has been invoked will cause the * non-breaking macro contents to be printed verbatim. */