From bbd260dcd38e0e50fc5c35b6d65bf2caf4459198 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 16 Mar 2018 15:05:44 +0000 Subject: Style message about bad input encoding of em-dashes as -- instead of \(em. Suggested by Thomas Klausner ; discussed with jmc@. --- read.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index 9e230e23..0fc4f6e3 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.194 2018/02/23 21:35:19 schwarze Exp $ */ +/* $Id: read.c,v 1.195 2018/03/16 15:05:44 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -106,6 +106,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", -- cgit v1.2.3