]> git.cameronkatri.com Git - mandoc.git/blobdiff - read.c
The groff man-ext macros define fonts CB, CI, and CR,
[mandoc.git] / read.c
diff --git a/read.c b/read.c
index 9e230e2390521c74ba7fa510277855fea92b9cce..0a583445f2cd8a93e04608fcef99f06cd92556d3 100644 (file)
--- a/read.c
+++ b/read.c
@@ -1,7 +1,7 @@
-/*     $Id: read.c,v 1.194 2018/02/23 21:35:19 schwarze Exp $ */
+/*     $Id: read.c,v 1.196 2018/07/28 18:34:15 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
- * Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2010-2018 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2010, 2012 Joerg Sonnenberger <joerg@netbsd.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -94,6 +94,7 @@ static        const char * const      mandocerrs[MANDOCERR_MAX] = {
        "generic style suggestion",
 
        "legacy man(7) date format",
+       "normalizing date format to",
        "lower case character in document title",
        "duplicate RCS id",
        "possible typo in section name",
@@ -106,6 +107,7 @@ static      const char * const      mandocerrs[MANDOCERR_MAX] = {
        "no blank before trailing delimiter",
        "fill mode already enabled, skipping",
        "fill mode already disabled, skipping",
+       "verbatim \"--\", maybe consider using \\(em",
        "function name without markup",
        "whitespace at end of input line",
        "bad comment style",