=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sed/compile.c,v retrieving revision 1.50 retrieving revision 1.51 diff -c -r1.50 -r1.51 *** src/usr.bin/sed/compile.c 2018/12/07 14:45:40 1.50 --- src/usr.bin/sed/compile.c 2022/12/26 19:16:02 1.51 *************** *** 1,4 **** ! /* $OpenBSD: compile.c,v 1.50 2018/12/07 14:45:40 schwarze Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. --- 1,4 ---- ! /* $OpenBSD: compile.c,v 1.51 2022/12/26 19:16:02 jmc Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. *************** *** 342,348 **** } /* ! * Get a delimited string. P points to the delimeter of the string; d points * to a buffer area. Newline and delimiter escapes are processed; other * escapes are ignored. * --- 342,348 ---- } /* ! * Get a delimited string. P points to the delimiter of the string; d points * to a buffer area. Newline and delimiter escapes are processed; other * escapes are ignored. *