aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-09 02:24:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-09 02:24:01 +0000
commitdd3f3ea663c4fba44b72744d762d358b83cccd8f (patch)
tree2ea703c6101246a41eb56d9da6945190b3bacc30
parent867f2974b364bb9866dc4f83b35ae281ce2b499d (diff)
downloadmandoc-dd3f3ea663c4fba44b72744d762d358b83cccd8f.tar.gz
mandoc-dd3f3ea663c4fba44b72744d762d358b83cccd8f.tar.zst
mandoc-dd3f3ea663c4fba44b72744d762d358b83cccd8f.zip
merge rev.s 1.155 and 1.156: changes to the message catalogue
-rw-r--r--read.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/read.c b/read.c
index 39da66cd..05175840 100644
--- a/read.c
+++ b/read.c
@@ -1,7 +1,7 @@
-/* $Id: read.c,v 1.150.2.3 2017/01/09 02:21:37 schwarze Exp $ */
+/* $Id: read.c,v 1.150.2.4 2017/01/09 02:24:01 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
- * Copyright (c) 2010-2016 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2010-2017 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
@@ -110,10 +110,11 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"no document body",
"content before first section header",
"first section is not \"NAME\"",
- "NAME section without name",
+ "NAME section without Nm before Nd",
"NAME section without description",
"description not at the end of NAME",
"bad NAME section content",
+ "missing comma before name",
"missing description line, using \"\"",
"sections out of conventional order",
"duplicate section title",
@@ -152,6 +153,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"unknown font type, using \\fR",
"nothing follows prefix",
"empty reference block",
+ "missing section argument",
"missing -std argument, adding it",
"missing option string, using \"\"",
"missing resource identifier, using \"\"",