From dd3f3ea663c4fba44b72744d762d358b83cccd8f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 9 Jan 2017 02:24:01 +0000 Subject: merge rev.s 1.155 and 1.156: changes to the message catalogue --- read.c | 8 +++++--- 1 file 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 - * Copyright (c) 2010-2016 Ingo Schwarze + * Copyright (c) 2010-2017 Ingo Schwarze * Copyright (c) 2010, 2012 Joerg Sonnenberger * * 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 \"\"", -- cgit v1.2.3-56-ge451