summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_macro.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-08-08 15:54:10 +0000
committerschwarze <schwarze@openbsd.org>2014-08-08 15:54:10 +0000
commitbd594191829d2a31f9e18568ec26c7036feea666 (patch)
tree2bd861374ac37b9e8b19dcbc7fceffe28aa31107 /usr.bin/mandoc/mdoc_macro.c
parentDynamically allocate the stack of roff(7) .ie condition values (diff)
downloadwireguard-openbsd-bd594191829d2a31f9e18568ec26c7036feea666.tar.xz
wireguard-openbsd-bd594191829d2a31f9e18568ec26c7036feea666.zip
mention requests and macros in more messages
Diffstat (limited to 'usr.bin/mandoc/mdoc_macro.c')
-rw-r--r--usr.bin/mandoc/mdoc_macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc_macro.c b/usr.bin/mandoc/mdoc_macro.c
index 5767a50029a..91448ad820f 100644
--- a/usr.bin/mandoc/mdoc_macro.c
+++ b/usr.bin/mandoc/mdoc_macro.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_macro.c,v 1.95 2014/08/08 15:26:28 schwarze Exp $ */
+/* $Id: mdoc_macro.c,v 1.96 2014/08/08 15:54:10 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -1781,7 +1781,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);
}