=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.158 retrieving revision 1.159 diff -c -r1.158 -r1.159 *** src/usr.bin/mandoc/read.c 2017/07/03 13:40:00 1.158 --- src/usr.bin/mandoc/read.c 2017/07/03 17:33:01 1.159 *************** *** 1,4 **** ! /* $OpenBSD: read.c,v 1.158 2017/07/03 13:40:00 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: read.c,v 1.159 2017/07/03 17:33:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze *************** *** 100,106 **** "consider using OS macro", "errnos out of order", "duplicate errno", ! "description line ends with a full stop", "no blank before trailing delimiter", "function name without markup", --- 100,106 ---- "consider using OS macro", "errnos out of order", "duplicate errno", ! "trailing delimiter", "no blank before trailing delimiter", "function name without markup",