=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/column/column.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/column/column.c 2018/06/22 12:27:00 1.26 --- src/usr.bin/column/column.c 2022/12/26 19:16:00 1.27 *************** *** 1,4 **** ! /* $OpenBSD: column.c,v 1.26 2018/06/22 12:27:00 rob Exp $ */ /* $NetBSD: column.c,v 1.4 1995/09/02 05:53:03 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: column.c,v 1.27 2022/12/26 19:16:00 jmc Exp $ */ /* $NetBSD: column.c,v 1.4 1995/09/02 05:53:03 jtc Exp $ */ /* *************** *** 300,306 **** /* * Remember the width of the field, ! * NUL-terminate and remeber the content, * and advance beyond the separator, if any. */ --- 300,306 ---- /* * Remember the width of the field, ! * NUL-terminate and remember the content, * and advance beyond the separator, if any. */