aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-01 17:27:44 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-01 17:27:44 +0000
commitc260eb4395a2cd23f14cc62494a102c005154610 (patch)
tree7a448e4d31ce74e7528c083c43017949e1d57a69 /mdoc_macro.c
parent89c4b06f4c8f02f6fac64246bbb71291d21f2529 (diff)
downloadmandoc-c260eb4395a2cd23f14cc62494a102c005154610.tar.gz
mandoc-c260eb4395a2cd23f14cc62494a102c005154610.tar.zst
mandoc-c260eb4395a2cd23f14cc62494a102c005154610.zip
mention requests and macros in more messages
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 3cefdfe9..0f5b557f 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_macro.c,v 1.138 2014/07/30 17:06:26 schwarze Exp $ */
+/* $Id: mdoc_macro.c,v 1.139 2014/08/01 17:27:44 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -1785,7 +1785,7 @@ phrase_ta(MACRO_PROT_ARGS)
n = n->parent;
if (NULL == n || LIST_column != n->norm->Bl.type) {
mandoc_msg(MANDOCERR_TA_STRAY, mdoc->parse,
- line, ppos, NULL);
+ line, ppos, "Ta");
return(1);
}