summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
commit2675acb4389a4c9620cc37de681a6677cbb850c8 (patch)
treeaeab8b730fc954766854e5eb5fd9c55ea9e95c23 /term.c
parentaa181d8c031d593d0001069e0b7d6b946ceb07fe (diff)
downloadmandoc-2675acb4389a4c9620cc37de681a6677cbb850c8.tar.gz
mandoc-2675acb4389a4c9620cc37de681a6677cbb850c8.tar.zst
mandoc-2675acb4389a4c9620cc37de681a6677cbb850c8.zip
Added %Q macro.
Diffstat (limited to 'term.c')
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index 7b9a3df1..68f65b7d 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.63 2009/03/20 16:43:28 kristaps Exp $ */
+/* $Id: term.c,v 1.64 2009/03/21 09:42:07 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -300,6 +300,7 @@ const struct termact __termacts[MDOC_MAX] = {
{ NULL, NULL }, /* Es */
{ NULL, NULL }, /* En */
{ termp_dx_pre, NULL }, /* Dx */
+ { NULL, NULL }, /* %Q */
};
const struct termact *termacts = __termacts;