aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-06 19:09:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-06 19:09:00 +0000
commit279088dca61ff8b3eba9213224848a2d47e6c941 (patch)
treea87f0c1c20db3bc71eb955c9e4d499df687aa6fe /eqn.c
parentb1be2297051d05342ce460b198946cf9a4b42c44 (diff)
downloadmandoc-279088dca61ff8b3eba9213224848a2d47e6c941.tar.gz
mandoc-279088dca61ff8b3eba9213224848a2d47e6c941.tar.zst
mandoc-279088dca61ff8b3eba9213224848a2d47e6c941.zip
Clean up messages related to plain text and to escape sequences.
* Mention invalid escape sequences and string names, and fallbacks. * Hierarchical naming.
Diffstat (limited to 'eqn.c')
-rw-r--r--eqn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eqn.c b/eqn.c
index 40199db8..cda0db5d 100644
--- a/eqn.c
+++ b/eqn.c
@@ -1,4 +1,4 @@
-/* $Id: eqn.c,v 1.43 2014/07/04 16:12:08 schwarze Exp $ */
+/* $Id: eqn.c,v 1.44 2014/07/06 19:09:00 schwarze Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -768,7 +768,7 @@ again:
ep->cur++;
} else {
if (q)
- EQN_MSG(MANDOCERR_BADQUOTE, ep);
+ EQN_MSG(MANDOCERR_ARG_QUOTE, ep);
next = strchr(start, '\0');
*sz = (size_t)(next - start);
ep->cur += *sz;